diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-03-06 17:43:24 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-03-06 17:43:24 +0000 |
commit | d6894d86d96cc960c508c1088f126b9f7f53ad21 (patch) | |
tree | a73c3cb8e2cc51ddac34c366d75a9a0daff59c29 /java/linux-sun-jdk12 | |
parent | a6b22252597e5227c27d696858cbb097cfe49162 (diff) |
Notes
Diffstat (limited to 'java/linux-sun-jdk12')
-rw-r--r-- | java/linux-sun-jdk12/Makefile | 2 |
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 |