diff options
-rw-r--r-- | emulators/xzx/Makefile | 3 | ||||
-rw-r--r-- | misc/sword-modules/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index fbc72dab28e3..0406d484a6c5 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -25,8 +25,7 @@ USE_XPM= yes USE_X_PREFIX= yes # License forbids redistribution -NO_CDROM= Redistribution forbidden by license -NO_PACKAGE= Redistribution forbidden by license +RESTRICTED= Redistribution forbidden by license GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-oss diff --git a/misc/sword-modules/Makefile b/misc/sword-modules/Makefile index 5661f30786d2..e5238123231c 100644 --- a/misc/sword-modules/Makefile +++ b/misc/sword-modules/Makefile @@ -21,8 +21,7 @@ LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword NO_BUILD= yes USE_ZIP= yes -NO_CDROM= Not all modules may be freely redistributed -NO_PACKAGE= Not all modules may be freely redistributed +RESTRICTED= Not all modules may be freely redistributed # Modules may change, but it has no effect on their functionality. I think # it's best not to use checksum. Besides, there is no version number on modules. |