diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 14:35:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 14:35:31 +0800 |
commit | 8d1dfda82b6d92caaa4cba970391462ccce264da (patch) | |
tree | a7625d6848b0eb7685f536c07fca2ab96828165b /www | |
parent | 751dcc56e0067eeee5be4b683b1011231cb4bb34 (diff) | |
download | freebsd-ports-gnome-8d1dfda82b6d92caaa4cba970391462ccce264da.tar.gz freebsd-ports-gnome-8d1dfda82b6d92caaa4cba970391462ccce264da.tar.zst freebsd-ports-gnome-8d1dfda82b6d92caaa4cba970391462ccce264da.zip |
NO_PACKAGE and NO_CDROM are superfluous
Diffstat (limited to 'www')
-rw-r--r-- | www/dansguardian/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile index f3332c007dc4..65b0faf98f88 100644 --- a/www/dansguardian/Makefile +++ b/www/dansguardian/Makefile @@ -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> |