summaryrefslogtreecommitdiff
path: root/java/jfc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-03-10 00:07:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-03-10 00:07:55 +0000
commit7de7a16d77eecfbf323f3dd9a77c249b78be5c79 (patch)
treed007d74d5701792bcf3a7efe5dffee884dc62bf1 /java/jfc
parentFix picturebook the same way I fixed sjog. Make myself maintainer as well. (diff)
Don't set IGNORE if PACKAGE_BUILDING
Notes
Notes: svn path=/head/; revision=77078
Diffstat (limited to 'java/jfc')
-rw-r--r--java/jfc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jfc/Makefile b/java/jfc/Makefile
index b9f0643ea854..780e01afd274 100644
--- a/java/jfc/Makefile
+++ b/java/jfc/Makefile
@@ -27,7 +27,7 @@ JDK_VERSION= 1.1.8
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE='You must manually fetch the standard zip format distribution from http://www.javasoft.com/products/jfc/download.html and place it in ${DISTDIR} then run make again.'
.endif