diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-18 22:37:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-18 22:37:08 +0000 |
commit | 1a905b8f789f61a885e60111bf22460e6fdba3e4 (patch) | |
tree | 10d62ededbe6228489bf81b929facca5e11ce410 /devel/ZendOptimizer | |
parent | Test WITH_RSCSI rather than MKISOFS before offering the WITH_RSCSI option. (diff) |
Make sure the port gets IGNOREd when the distribution files aren't
fetchable, even when there is package building going on (also to
reduce the amount of failed package building messages on bento)
Approved by: Alex Dupre <sysadmin@alexdupre.com>
Notes
Notes:
svn path=/head/; revision=98508
Diffstat (limited to 'devel/ZendOptimizer')
-rw-r--r-- | devel/ZendOptimizer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ZendOptimizer/Makefile b/devel/ZendOptimizer/Makefile index ab4ba0f03c69..9eceec54ff7c 100644 --- a/devel/ZendOptimizer/Makefile +++ b/devel/ZendOptimizer/Makefile @@ -30,7 +30,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message IGNORE= "This port is for FreeBSD 4 only" .else # Check for ZendOptimizer sources -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) ECHO_MSG=/usr/bin/printf IGNORE= :\n\ Because of licensing restrictions, you must fetch the source distribution\n\ |