diff options
author | kris <kris@FreeBSD.org> | 2003-03-28 13:09:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-03-28 13:09:11 +0800 |
commit | 058da1d0f9fc382f435580325c9f845de549bd2b (patch) | |
tree | ed0dd48c71f75352d05dfcd19e060c6b08bba060 /palm | |
parent | fbb5393ee79d49b585aeda9e6532193d034f90d1 (diff) | |
download | freebsd-ports-gnome-058da1d0f9fc382f435580325c9f845de549bd2b.tar.gz freebsd-ports-gnome-058da1d0f9fc382f435580325c9f845de549bd2b.tar.zst freebsd-ports-gnome-058da1d0f9fc382f435580325c9f845de549bd2b.zip |
Set IGNORE if !PACKAGE_BUILDING, not BROKEN. The missing distfile can
probably just be added to MASTER_SITE_LOCAL.
Diffstat (limited to 'palm')
-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: |