summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-08-31 07:04:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-08-31 07:04:00 +0000
commit87e58b5a0da8239c1cd22a9c5c9debc8f16a630a (patch)
tree8bb4bdf7a8c40e60760eb737e5c8ed874a8e4ef0 /java
parent* Add knob WITH_POPT_PORT to build rsync with devel/popt. (diff)
Comment out .BEGIN section, which is breaking the INDEX build.
Notes
Notes: svn path=/head/; revision=65358
Diffstat (limited to 'java')
-rw-r--r--java/linux-sun-jdk14/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/linux-sun-jdk14/Makefile b/java/linux-sun-jdk14/Makefile
index bb95c11b5edb..b48a4569b449 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