aboutsummaryrefslogtreecommitdiffstats
path: root/java/linux-sun-jdk12
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2003-03-07 01:43:24 +0800
committerglewis <glewis@FreeBSD.org>2003-03-07 01:43:24 +0800
commit402a353f2e266bfc58d6892ce7e699751c3aa971 (patch)
treebf6bc04cdd7af7deaa3dbf73f289c47703e6a125 /java/linux-sun-jdk12
parent76e3226c0e9d8e1c109f5db7cac4c9e70d531467 (diff)
downloadfreebsd-ports-gnome-402a353f2e266bfc58d6892ce7e699751c3aa971.tar.gz
freebsd-ports-gnome-402a353f2e266bfc58d6892ce7e699751c3aa971.tar.zst
freebsd-ports-gnome-402a353f2e266bfc58d6892ce7e699751c3aa971.zip
. Allow package building on bento to bypass the distfile check.
Requested by: kris
Diffstat (limited to 'java/linux-sun-jdk12')
-rw-r--r--java/linux-sun-jdk12/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-sun-jdk12/Makefile b/java/linux-sun-jdk12/Makefile
index 852819b8a8c4..0b2e7760cd1f 100644
--- a/java/linux-sun-jdk12/Makefile
+++ b/java/linux-sun-jdk12/Makefile
@@ -33,7 +33,7 @@ DOWNLOAD_URL= http://java.sun.com/Download5?config-file=${PORTNAME}-${JDK_VERSIO
.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 Sun Java 2 Standard Edition SDK ${JDK_VERSION} for Linux archive (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again.
.endif