diff options
author | znerd <znerd@FreeBSD.org> | 2002-02-01 21:16:57 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-02-01 21:16:57 +0800 |
commit | c1cf9725fd627b893d66bb0c66a31420679436bb (patch) | |
tree | 063a02e4c48f9428b6d88f8256bf871254ac2f4e /java/linux-jdk14/Makefile | |
parent | 9eb880172f13bf481c348071a2fc0edab5ff140b (diff) | |
download | freebsd-ports-gnome-c1cf9725fd627b893d66bb0c66a31420679436bb.tar.gz freebsd-ports-gnome-c1cf9725fd627b893d66bb0c66a31420679436bb.tar.zst freebsd-ports-gnome-c1cf9725fd627b893d66bb0c66a31420679436bb.zip |
Upgrading from JDK 1.4.0 beta 3 to release candidate 1. Also the IGNORE message now clearly states that the GNUZIP TAR shell script should be selected.
Diffstat (limited to 'java/linux-jdk14/Makefile')
-rw-r--r-- | java/linux-jdk14/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/linux-jdk14/Makefile b/java/linux-jdk14/Makefile index c96c006f10b2..4a18c9422f81 100644 --- a/java/linux-jdk14/Makefile +++ b/java/linux-jdk14/Makefile @@ -34,8 +34,8 @@ PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} NO_BUILD= yes USE_LINUX= yes -DL_JDK_VERSION= 1.4.0-beta3 -INSTALL_JDK_VERSION= 1.4.0b3 +DL_JDK_VERSION= 1.4.0-rc +INSTALL_JDK_VERSION= 1.4.0rc1 ONLY_FOR_ARCHS= i386 TARGET_DIR?= ${PREFIX}/${PKGBASE}${PORTVERSION} DOWNLOAD_URL?= http://java.sun.com/j2se/1.4/\#linux @@ -44,7 +44,7 @@ PORTTITLE= Java 2 Development Kit ${INSTALL_JDK_VERSION} for Linux .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE=You must manually fetch the ${PORTTITLE} archive (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again +IGNORE=You must manually fetch the ${PORTTITLE} GNUZIP Tar shell script (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again .endif post-fetch: |