aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 06:21:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 06:21:24 +0000
commit8d4dc415b8d9c1049c2779cabc72a4ab49207c70 (patch)
tree47bffbfc78239cf4c5525b8764b97d3520d7b41d /security
parent186f1c7e3a4b7f5a6a1558a8cac28086935f6a81 (diff)
downloadports-8d4dc415b8d9c1049c2779cabc72a4ab49207c70.tar.gz
ports-8d4dc415b8d9c1049c2779cabc72a4ab49207c70.zip
Allow package builds
Notes
Notes: svn path=/head/; revision=172020
Diffstat (limited to 'security')
-rw-r--r--security/its4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/its4/Makefile b/security/its4/Makefile
index 89e467f5c952..8e1368036768 100644
--- a/security/its4/Makefile
+++ b/security/its4/Makefile
@@ -22,7 +22,7 @@ MAN1= its4.1
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= "The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually at: http://www.cigital.com/its4/download.html Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build"
.endif