diff options
-rw-r--r-- | net/radiator/Makefile | 4 | ||||
-rw-r--r-- | x11-fonts/sharefonts/Makefile | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/net/radiator/Makefile b/net/radiator/Makefile index 06780b314ced..1c9bccc9e317 100644 --- a/net/radiator/Makefile +++ b/net/radiator/Makefile @@ -21,9 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= yes PERL_CONFIGURE= yes -NO_PACKAGE= "Commercial software" -NO_CDROM= ${NO_PACKAGE} -RESTRICTED= ${NO_PACKAGE} +RESTRICTED= "Commercial software" .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) diff --git a/x11-fonts/sharefonts/Makefile b/x11-fonts/sharefonts/Makefile index e230f700bc29..c62d7aaad2d8 100644 --- a/x11-fonts/sharefonts/Makefile +++ b/x11-fonts/sharefonts/Makefile @@ -14,8 +14,6 @@ MAINTAINER= dburr@FreeBSD.org COMMENT= A collection of shareware ATM fonts from the CICA archives RESTRICTED= "Shareware. Cannot be distributed w/o prior authorization." -NO_CDROM= ${RESTRICTED} -NO_PACKAGE= ${RESTRICTED} NO_BUILD= yes |