summaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk14
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-03-06 17:43:24 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-03-06 17:43:24 +0000
commitd6894d86d96cc960c508c1088f126b9f7f53ad21 (patch)
treea73c3cb8e2cc51ddac34c366d75a9a0daff59c29 /java/linux-sun-jdk14
parent. Fix the DOWNLOAD_URL to point at 1.4.1_02, not 1.4.1_01. (diff)
. Allow package building on bento to bypass the distfile check.
Requested by: kris
Notes
Notes: svn path=/head/; revision=77036
Diffstat (limited to 'java/linux-sun-jdk14')
-rw-r--r--java/linux-sun-jdk14/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-sun-jdk14/Makefile b/java/linux-sun-jdk14/Makefile
index 450549927573..99fce6b64a8b 100644
--- a/java/linux-sun-jdk14/Makefile
+++ b/java/linux-sun-jdk14/Makefile
@@ -41,7 +41,7 @@ CPIO?= /usr/bin/cpio
.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 J2SE v1.4 SDK Linux GNUZIP Tar shell script (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif