diff options
author | znerd <znerd@FreeBSD.org> | 2003-09-04 23:09:56 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2003-09-04 23:09:56 +0800 |
commit | 572a94459a9710ee3404f2ed334d2e2257f656b9 (patch) | |
tree | 9d11b60c34ddad8dd853d6fac18389cc8179e459 /java/linux-sun-jdk14/Makefile | |
parent | 8f8fe6c16ae608b2848f55857644e3ed2f0dc8f1 (diff) | |
download | freebsd-ports-gnome-572a94459a9710ee3404f2ed334d2e2257f656b9.tar.gz freebsd-ports-gnome-572a94459a9710ee3404f2ed334d2e2257f656b9.tar.zst freebsd-ports-gnome-572a94459a9710ee3404f2ed334d2e2257f656b9.zip |
Fixed installation (destination directory) and
package list (missing files).
Bumped PORTREVISION.
Diffstat (limited to 'java/linux-sun-jdk14/Makefile')
-rw-r--r-- | java/linux-sun-jdk14/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/linux-sun-jdk14/Makefile b/java/linux-sun-jdk14/Makefile index 119c076bc64f..7e28dbc6a4bc 100644 --- a/java/linux-sun-jdk14/Makefile +++ b/java/linux-sun-jdk14/Makefile @@ -7,6 +7,7 @@ PORTNAME= jdk PORTVERSION= ${INSTALL_JDK_VERSION} +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= # PKGNAMEPREFIX= linux-sun- @@ -29,7 +30,7 @@ PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION} NO_BUILD= yes USE_LINUX= yes DL_JDK_VERSION= 1.4.2_01 -INSTALL_JDK_VERSION= ${DL_JDK_VERSION:S/_/./g}-linux-i586 +INSTALL_JDK_VERSION= ${DL_JDK_VERSION:S/_/./g} ONLY_FOR_ARCHS= i386 SUN_BUNDLE_ID= 8948 DOWNLOAD_URL?= http://java.sun.com/webapps/download/Display?BundleId=${SUN_BUNDLE_ID}&Referer=http://java.sun.com/j2se/1.4.2/download.html |