diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-02-07 02:44:21 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-02-07 02:44:21 +0000 |
commit | b8e1e7ef862ad23593cb902ab3fb45190b3b97e0 (patch) | |
tree | 95c842b8dec5266fe293db39afe184a0598252a8 /www/dansguardian | |
parent | dc1f9c77b259af0780c77076a8a9d15442feae77 (diff) | |
download | ports-b8e1e7ef862ad23593cb902ab3fb45190b3b97e0.tar.gz ports-b8e1e7ef862ad23593cb902ab3fb45190b3b97e0.zip |
Notes
Diffstat (limited to 'www/dansguardian')
-rw-r--r-- | www/dansguardian/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile index c8f40f6a0a13..c5595fed9489 100644 --- a/www/dansguardian/Makefile +++ b/www/dansguardian/Makefile @@ -42,7 +42,7 @@ NO_PACKAGE= "Redistribution is restricted. Check ${DG_URL} for more info" .include <bsd.port.pre.mk> .if !(exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) -FORBIDDEN="Commercial source download is restricted. Please visit and read ${DG_URL} and download ${DISTNAME}${EXTRACT_SUFX} into ${DISTDIR} before running make" +IGNORE= "Commercial source download is restricted. Please visit and read ${DG_URL} and download ${DISTNAME}${EXTRACT_SUFX} into ${DISTDIR} before running make" .endif post-install: |