diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:33:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:33:04 +0000 |
commit | b678fb6fd274601c21d6dac420aa6f8dcd5f1479 (patch) | |
tree | 6b9a5b6982068b7116b2a90e248d9dedc98d7d61 | |
parent | eaeeb5c0e72ac5f0c5bb0d6999330a64f2696afb (diff) | |
download | ports-b678fb6fd274601c21d6dac420aa6f8dcd5f1479.tar.gz ports-b678fb6fd274601c21d6dac420aa6f8dcd5f1479.zip |
NO_PACKAGE and NO_CDROM are superfluous here
Notes
Notes:
svn path=/head/; revision=171990
-rw-r--r-- | japanese/epson-ttfonts/Makefile | 2 | ||||
-rw-r--r-- | japanese/vje30/Makefile | 2 | ||||
-rw-r--r-- | japanese/xgate/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/japanese/epson-ttfonts/Makefile b/japanese/epson-ttfonts/Makefile index 89ad2f9d459f..d71b560ffe8f 100644 --- a/japanese/epson-ttfonts/Makefile +++ b/japanese/epson-ttfonts/Makefile @@ -17,8 +17,6 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= EPSON TrueTypeFontVer.3.0 RESTRICTED= "Redistribution not permitted; only usable with EPSON printer." -NO_CDROM= Redistribution not permitted in any form -NO_PACKAGE= Redistribution not permitted in any form EPSONFONTS= ttf30 USE_X_PREFIX= yes diff --git a/japanese/vje30/Makefile b/japanese/vje30/Makefile index 2d6cb55b35ed..2652dce8ec11 100644 --- a/japanese/vje30/Makefile +++ b/japanese/vje30/Makefile @@ -26,8 +26,6 @@ LIB_DEPENDS= c.3:${PORTSDIR}/misc/compat3x #RUN_DEPENDS= ${LOCALBASE}/share/java/classes/jfc-1.1.1/swing.jar:${PORTSDIR}/java/jfc RESTRICTED= "You must purchase a licensed copy from VACS Corporation." -NO_CDROM= "You must purchase a licensed copy from VACS Corporation." -NO_PACKAGE= "You must purchase a licensed copy from VACS Corporation." ONLY_FOR_ARCHS= i386 diff --git a/japanese/xgate/Makefile b/japanese/xgate/Makefile index a46a80064159..05d847c6b6ec 100644 --- a/japanese/xgate/Makefile +++ b/japanese/xgate/Makefile @@ -38,8 +38,6 @@ PORTDOCS= AdminGuide_V3.5.pdf \ xGate32to35migration.pdf RESTRICTED= "Commercial license" -NO_CDROM= ${RESTRICTED} -NO_PACKAGE= ${RESTRICTED} .include <bsd.port.pre.mk> |