I would like to add a meta package to another category. (mupen64plus to emulators.)
With the change below, I can append to CATEGORIES in the meta port's Makefile with CATEGORIES += foo. Or is there a better way to do this? Index: Makefile.inc =================================================================== RCS file: /cvs/ports/meta/Makefile.inc,v retrieving revision 1.3 diff -u -p -r1.3 Makefile.inc --- Makefile.inc 4 Nov 2013 14:05:43 -0000 1.3 +++ Makefile.inc 19 Dec 2015 22:52:53 -0000 @@ -1,6 +1,6 @@ # $OpenBSD: Makefile.inc,v 1.3 2013/11/04 14:05:43 ajacoutot Exp $ -CATEGORIES= meta +CATEGORIES+= meta DISTFILES= #empty NO_BUILD= Yes NO_TEST= Yes
