diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 23:57:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 23:57:13 +0000 |
commit | 4df9e4ec0e0308409eb3c5edab60b3236caefb94 (patch) | |
tree | 480528b549ad9abf34a94d8cf4b2f97da20a4a44 | |
parent | 654b9d339ade36405889d901c39bd27d7e14b5dd (diff) | |
download | ports-4df9e4ec0e0308409eb3c5edab60b3236caefb94.tar.gz ports-4df9e4ec0e0308409eb3c5edab60b3236caefb94.zip |
NO_PACKAGE and NO_CDROM are not appropriate here
Notes
Notes:
svn path=/head/; revision=171949
-rw-r--r-- | security/f-prot/Makefile | 2 | ||||
-rw-r--r-- | sysutils/freqsdwn/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index 3f7426c56688..20dd221a4c64 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -21,8 +21,6 @@ RUN_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS+= ${LOCALBASE}/f-prot/SIGN.DEF:${PORTSDIR}/security/f-prot-sig .endif -NO_PACKAGE= Free for personal use only -NO_CDROM= Free for personal use only RESTRICTED= Free for personal use only WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/sysutils/freqsdwn/Makefile b/sysutils/freqsdwn/Makefile index 369c05b8d254..42a01e6ae1fc 100644 --- a/sysutils/freqsdwn/Makefile +++ b/sysutils/freqsdwn/Makefile @@ -17,8 +17,6 @@ MAINTAINER= nork@FreeBSD.org COMMENT= FREQSHIP-mini Mitsubishi Electric UPS controller daemon RESTRICTED= See http://www.mitsubishielectric.co.jp/frequps/keiyaku.html -NO_CDROM= ${RESTRICTED} -NO_PACKAGE= ${RESTRICTED} USE_RC_SUBR= freqshpd.sh 000.freqshpk.sh PLIST_SUB= PORTNAME=${PORTNAME} CONFDIR=${CONFDIR} |