diff options
Diffstat (limited to 'palm/palmpower/Makefile')
-rw-r--r-- | palm/palmpower/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk> -.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: |