summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-03-06 05:24:17 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-03-06 05:24:17 +0000
commite9609e8c76869b7bac4280407f9bc2e6a1b31ba3 (patch)
tree10aaf18bc3a0a64ef908673ea5d53b092d09aa66 /java
parentUpdate to 0.6 (diff)
. Allow package building on bento to bypass the distfile check.
Requested by: kris
Notes
Notes: svn path=/head/; revision=77021
Diffstat (limited to 'java')
-rw-r--r--java/linux-ibm-jdk13/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-ibm-jdk13/Makefile b/java/linux-ibm-jdk13/Makefile
index 559635e1f371..6a1c1dc104d8 100644
--- a/java/linux-ibm-jdk13/Makefile
+++ b/java/linux-ibm-jdk13/Makefile
@@ -47,7 +47,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 IBM Java SDK ${JDK_VERSION} for Linux archive (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif