diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 06:21:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 06:21:24 +0000 |
commit | 8d4dc415b8d9c1049c2779cabc72a4ab49207c70 (patch) | |
tree | 47bffbfc78239cf4c5525b8764b97d3520d7b41d /security/its4 | |
parent | 186f1c7e3a4b7f5a6a1558a8cac28086935f6a81 (diff) |
Notes
Diffstat (limited to 'security/its4')
-rw-r--r-- | security/its4/Makefile | 2 |
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 |