diff options
author | glewis <glewis@FreeBSD.org> | 2003-03-06 05:24:17 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-03-06 05:24:17 +0000 |
commit | d16811a05a3f3e2bddaab8269f6d84c5f4b38e26 (patch) | |
tree | 5d6d6df77bb791c4f563de8f6a02dcdee60a5415 /java | |
parent | 602b163d3a5859558da788e36f378181f1b4ce3c (diff) | |
download | FreeBSD-ports-d16811a05a3f3e2bddaab8269f6d84c5f4b38e26.zip FreeBSD-ports-d16811a05a3f3e2bddaab8269f6d84c5f4b38e26.tar.gz |
. Allow package building on bento to bypass the distfile check.
Requested by: kris
Diffstat (limited to 'java')
-rw-r--r-- | java/linux-ibm-jdk13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-ibm-jdk13/Makefile b/java/linux-ibm-jdk13/Makefile index 559635e..6a1c1dc 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 |