diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 21:20:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 21:20:24 +0000 |
commit | ec7a96d52ce3aeb74f4cc4b691b55472f7cc0963 (patch) | |
tree | 922f3bcb6c2e3535ebe5f5a7105591514f89bb62 | |
parent | RESTRICTED implies NO_CDROM (diff) |
RESTRICTED implies NO_CDROM and NO_PACKAGE
Notes
Notes:
svn path=/head/; revision=85954
-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 |