From 1a905b8f789f61a885e60111bf22460e6fdba3e4 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 18 Jan 2004 22:37:08 +0000 Subject: 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 --- devel/ZendOptimizer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') 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\ -- cgit v1.2.3