diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 14:21:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 14:21:24 +0800 |
commit | 635eb2114b8a99cd18ad95353c04deca97391ddc (patch) | |
tree | 1791005856840d4f1f115659d88589472df1836a /security | |
parent | 6dc367398ff49a0ed37511217eb6a2501ab825fa (diff) | |
download | freebsd-ports-gnome-635eb2114b8a99cd18ad95353c04deca97391ddc.tar.gz freebsd-ports-gnome-635eb2114b8a99cd18ad95353c04deca97391ddc.tar.zst freebsd-ports-gnome-635eb2114b8a99cd18ad95353c04deca97391ddc.zip |
Allow package builds
Diffstat (limited to 'security')
-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 |