summaryrefslogtreecommitdiff
path: root/www/dansguardian-devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-03-28 01:25:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-03-28 01:25:19 +0000
commit0278b0c912b0d5e453a2c6b194815cd3c6cd29e4 (patch)
tree30e78cd25b89c0aabd8f89f316a35424c363a0d7 /www/dansguardian-devel
parentFix typo: ScanFileList -> SCacheFileList (diff)
Use IGNORE instead of FORBIDDEN, and check for !PACKAGE_BUILDING
Notes
Notes: svn path=/head/; revision=77568
Diffstat (limited to 'www/dansguardian-devel')
-rw-r--r--www/dansguardian-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/dansguardian-devel/Makefile b/www/dansguardian-devel/Makefile
index 520aa65ce086..a5d4c992b9f4 100644
--- a/www/dansguardian-devel/Makefile
+++ b/www/dansguardian-devel/Makefile
@@ -38,8 +38,8 @@ 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"
+.if !(exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) && !defined(PACKAGE_BUILDING)
+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: