summaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk13
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-03-04 03:07:17 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-03-04 03:07:17 +0000
commit64f263db6193795a37096eab9f3279469b04f5ed (patch)
treea777f02290e536c0258334a534925fd6373c55ba /java/linux-sun-jdk13
parentTrim pkg-descr and unbreak on 5.0 (diff)
Don't set IGNORE when PACKAGE_BUILDING
Notes
Notes: svn path=/head/; revision=76825
Diffstat (limited to 'java/linux-sun-jdk13')
-rw-r--r--java/linux-sun-jdk13/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-sun-jdk13/Makefile b/java/linux-sun-jdk13/Makefile
index db005a730ba2..a8aec5fc79e0 100644
--- a/java/linux-sun-jdk13/Makefile
+++ b/java/linux-sun-jdk13/Makefile
@@ -36,7 +36,7 @@ DOWNLOAD_URL?= http://java.sun.com/webapps/download/Display?BundleId=7479
.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 Java 2 Development Kit ${PORTVERSION}\
archive (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL},\
download the "Linux GNUZIP Tar shell script" into ${DISTDIR} and\