diff options
author | kris <kris@FreeBSD.org> | 2006-09-04 01:40:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-04 01:40:03 +0800 |
commit | 04ec9d549e97637e2d182dd628e597197f36d568 (patch) | |
tree | 3009b427dd3a3ceeacc975067fe02130dbf6d51d | |
parent | 0db71509a577498b0ab5c08b21190323a68abcfa (diff) | |
download | freebsd-ports-gnome-04ec9d549e97637e2d182dd628e597197f36d568.tar.gz freebsd-ports-gnome-04ec9d549e97637e2d182dd628e597197f36d568.tar.zst freebsd-ports-gnome-04ec9d549e97637e2d182dd628e597197f36d568.zip |
Remove dead reference to ${NO_PACKAGE}
-rw-r--r-- | www/dansguardian-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dansguardian-devel/Makefile b/www/dansguardian-devel/Makefile index b1d5b36c1aaa..bd59822ece17 100644 --- a/www/dansguardian-devel/Makefile +++ b/www/dansguardian-devel/Makefile @@ -45,7 +45,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 -RESTRICTED= Redistribution and commercial download is restricted. Check ${DG_URL} for more info ${NO_PACKAGE} +RESTRICTED= Redistribution and commercial download is restricted. Check ${DG_URL} for more info .include <bsd.port.pre.mk> |