diff options
author | znerd <znerd@FreeBSD.org> | 2002-05-07 08:43:23 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-05-07 08:43:23 +0000 |
commit | b0369d401fb3bb1f7251721bc315112e0edcc385 (patch) | |
tree | 1f7b99d3ec90ca738b5cf73256d099ac16da845b /java/linux-jdk13/Makefile | |
parent | 51b1fd82ef918ea273e08c4730891cc7b77467a9 (diff) | |
download | FreeBSD-ports-b0369d401fb3bb1f7251721bc315112e0edcc385.zip FreeBSD-ports-b0369d401fb3bb1f7251721bc315112e0edcc385.tar.gz |
Improved the download URL. It now directly points to the page
with Terms and Conditions.
Diffstat (limited to 'java/linux-jdk13/Makefile')
-rw-r--r-- | java/linux-jdk13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-jdk13/Makefile b/java/linux-jdk13/Makefile index 29724a4..b2b3381 100644 --- a/java/linux-jdk13/Makefile +++ b/java/linux-jdk13/Makefile @@ -38,7 +38,7 @@ JDK_VERSION= 1.3.1 JDK_REVISION= 03 ONLY_FOR_ARCHS= i386 TARGET_DIR?= ${PREFIX}/${PKGBASE}${JDK_VERSION} -DOWNLOAD_URL?= http://java.sun.com/j2se/1.3/download-linux.html +DOWNLOAD_URL?= http://java.sun.com/Download5?config-file=j2sdk-1_3_1_03.config&platform=linux-i386 .include <bsd.port.pre.mk> |