From d66ae6686af121f6158ae802d1191810bdce8b10 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 28 Mar 2003 05:09:11 +0000 Subject: Set IGNORE if !PACKAGE_BUILDING, not BROKEN. The missing distfile can probably just be added to MASTER_SITE_LOCAL. --- palm/palmpower/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'palm/palmpower') diff --git a/palm/palmpower/Makefile b/palm/palmpower/Makefile index 1c8c0a912183..8aa977dfdbd8 100644 --- a/palm/palmpower/Makefile +++ b/palm/palmpower/Makefile @@ -26,8 +26,8 @@ MAN1= pilotdis.1 .include -.if !exists(${DISTDIR}/${DISTNAME}.${EXTRACT_SUFX}) -BROKEN= "Please fetch http://mxlab.com/files/palm/devel/palmpower-1.0.2.tar.gz manually and store it in ${DISTDIR}" +.if !exists(${DISTDIR}/${DISTNAME}.${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) +IGNORE= "Please fetch http://mxlab.com/files/palm/devel/palmpower-1.0.2.tar.gz manually and store it in ${DISTDIR}" .endif post-build: -- cgit v1.2.3