diff options
author | kris <kris@FreeBSD.org> | 2002-08-31 15:04:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-31 15:04:00 +0800 |
commit | 536d79d527d2327c524b4583be0749bde781d727 (patch) | |
tree | c2c948f9d5c59e324e2e8fcb9f404a7368c8c668 /java/linux-sun-jdk14 | |
parent | 6d1c81ca55bb95e509a447e794a4161d91c48d17 (diff) | |
download | freebsd-ports-graphics-536d79d527d2327c524b4583be0749bde781d727.tar.gz freebsd-ports-graphics-536d79d527d2327c524b4583be0749bde781d727.tar.zst freebsd-ports-graphics-536d79d527d2327c524b4583be0749bde781d727.zip |
Comment out .BEGIN section, which is breaking the INDEX build.
Diffstat (limited to 'java/linux-sun-jdk14')
-rw-r--r-- | java/linux-sun-jdk14/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/linux-sun-jdk14/Makefile b/java/linux-sun-jdk14/Makefile index bb95c11b5ed..b48a4569b44 100644 --- a/java/linux-sun-jdk14/Makefile +++ b/java/linux-sun-jdk14/Makefile @@ -43,10 +43,10 @@ APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${INSTALL_JDK_VERSION:R} .include <bsd.port.pre.mk> -.BEGIN: - @${ECHO} "******** WARNING ********" - @${ECHO} "This JDK is currently unstable, especially when run as a non-root user. You are advised to use either the Sun JDK 1.3 for Linux (${PORTSDIR}/java/linux-sun-jdk13) or the FreeBSD JDK 1.3 (${PORTSDIR}/java/jdk13) instead." - @${ECHO} +#.BEGIN: +# @${ECHO} "******** WARNING ********" +# @${ECHO} "This JDK is currently unstable, especially when run as a non-root user. You are advised to use either the Sun JDK 1.3 for Linux (${PORTSDIR}/java/linux-sun-jdk13) or the FreeBSD JDK 1.3 (${PORTSDIR}/java/jdk13) instead." +# @${ECHO} .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE=You must manually fetch the J2SE v1.4 SDK Linux GNUZIP Tar shell script (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again |