diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 06:35:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 06:35:31 +0000 |
commit | de2dd631ef6430bd27cf3dae97abe900b5176400 (patch) | |
tree | bc13df07c71863de5992ab9ec4aa3231a086e3bd /www/dansguardian/Makefile | |
parent | 8fe4069dc473b7333c65244daa8e0c7c75df36d8 (diff) |
Notes
Diffstat (limited to 'www/dansguardian/Makefile')
-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> |