NO_PACKAGE and NO_CDROM are superfluous

This commit is contained in:
Kris Kennaway 2006-09-03 06:35:31 +00:00
parent 8fe4069dc4
commit de2dd631ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172022

View file

@ -41,9 +41,7 @@ OPTIONS= DG_APACHE "Enable Apache support for access denied page" on \
DG_URL= http://dansguardian.org/index.php?page=copyright2
CONFDIR= ${PREFIX}/etc/dansguardian
NO_CDROM= Commercial download is restricted. Check ${DG_URL} for more info
NO_PACKAGE= Redistribution is restricted. Check ${DG_URL} for more info
RESTRICTED= ${NO_PACKAGE}
RESTRICTED= Redistribution and commercial download is restricted. Check ${DG_URL} for more info
.include <bsd.port.pre.mk>