diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-03-06 05:24:17 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-03-06 05:24:17 +0000 |
commit | e9609e8c76869b7bac4280407f9bc2e6a1b31ba3 (patch) | |
tree | 10aaf18bc3a0a64ef908673ea5d53b092d09aa66 /java | |
parent | 654c309c6d3cb72355907fb82a2b942433b0f013 (diff) |
Notes
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 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 |