diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-03-28 05:09:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-03-28 05:09:11 +0000 |
commit | d66ae6686af121f6158ae802d1191810bdce8b10 (patch) | |
tree | 770986af08f5a501343c5ba2145448ca89fb2073 /palm/palmpower | |
parent | Sort the non-dirrm entries, and reverse sort the dirrm entries. (diff) |
Set IGNORE if !PACKAGE_BUILDING, not BROKEN. The missing distfile can
probably just be added to MASTER_SITE_LOCAL.
Diffstat (limited to 'palm/palmpower')
-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: |