diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2002-08-16 19:06:13 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2002-08-16 19:06:13 +0000 |
commit | 3ced7394a5bc07bd4b9c45d138104d0d87e58538 (patch) | |
tree | f00c6cc6cd19c2305e61cdc796a89c965f4a6209 /java/linux-sun-jdk12/Makefile | |
parent | cyradm didn't show password prompt correctly. (diff) |
Upgrade from 1.2.2.012 to 1.2.2.013. Note that the JPDA JAR
file is now no longer distributed with this JDK.
Also slightly changed the output from the do-install target.
Notes
Notes:
svn path=/head/; revision=64587
Diffstat (limited to 'java/linux-sun-jdk12/Makefile')
-rw-r--r-- | java/linux-sun-jdk12/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/java/linux-sun-jdk12/Makefile b/java/linux-sun-jdk12/Makefile index 710177128085..cede0c9f2c7b 100644 --- a/java/linux-sun-jdk12/Makefile +++ b/java/linux-sun-jdk12/Makefile @@ -7,11 +7,10 @@ PORTNAME= jdk PORTVERSION= ${JDK_VERSION} -PORTREVISION= 1 CATEGORIES= java MASTER_SITES= # PKGNAMEPREFIX= linux-sun- -DISTNAME= ${PORTNAME}-${JDK_VERSION:S/./_/g}-linux-${ARCH} +DISTNAME= ${PORTNAME}-${JDK_VERSION:S/./_/g}-linux-i586 MAINTAINER= znerd@FreeBSD.org @@ -23,7 +22,7 @@ PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} NO_BUILD= yes USE_LINUX= yes -JDK_VERSION= 1.2.2.012 +JDK_VERSION= 1.2.2.013 ONLY_FOR_ARCHS= i386 NO_CDROM= "License doesn\'t allow distribution with fee" @@ -34,7 +33,7 @@ IGNORE= "You can not legally distribute binaries" .endif APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}jdk1.2.2 -DOWNLOAD_URL= http://java.sun.com/Download5?config-file=${PORTNAME}-${JDK_VERSION:S/./_/g}.config&platform=linux-${ARCH} +DOWNLOAD_URL= http://java.sun.com/Download5?config-file=${PORTNAME}-${JDK_VERSION:S/./_/g}.config&platform=linux-i586 .include <bsd.port.pre.mk> @@ -46,16 +45,16 @@ post-patch: @${FIND} ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f do-install: - @${ECHO} -n "Creating destination directory ${APP_HOME}..." + @${ECHO_CMD} -n ">> Creating destination directory ${APP_HOME}..." @${MKDIR} ${APP_HOME} - @${ECHO} " [ DONE ]" + @${ECHO_CMD} " [ DONE ]" - @${ECHO} -n "Copying files..." + @${ECHO_CMD} -n ">> Copying files..." @${CP} -R ${WRKSRC}/* ${APP_HOME} - @${ECHO} " [ DONE ]" + @${ECHO_CMD} " [ DONE ]" - @${ECHO} -n "Registering with javavm..." + @${ECHO_CMD} -n ">> Registering with javavm..." @${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # Sun-JDK${PORTVERSION}_${PORTREVISION}" - @${ECHO} " [ DONE ]" + @${ECHO_CMD} " [ DONE ]" .include <bsd.port.post.mk> |