diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-01-16 20:06:34 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-01-16 20:06:34 +0000 |
commit | 28785491ce012d4b307b9e331a93044357e96d94 (patch) | |
tree | 5a935c46b628512373ab511f9ff340cad53292df /java | |
parent | - Update to 0.7.1 (diff) |
. Convert a space to a tab.
. Use a download URL which is one less hop away from the actual download.
Diffstat (limited to 'java')
-rw-r--r-- | java/j2sdkee13/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/j2sdkee13/Makefile b/java/j2sdkee13/Makefile index d28b7df112d5..30664c223c3c 100644 --- a/java/j2sdkee13/Makefile +++ b/java/j2sdkee13/Makefile @@ -22,8 +22,9 @@ NO_BUILD= YES RESTRICTED= "Redistribution is not permitted" NO_CDROM= "Redistribution is not permitted" -J2SDKEEVERSION=${PORTVERSION}_02 -DOWNLOAD_URL= http://java.sun.com/j2ee/sdk_1.3/ +J2SDKEEVERSION= ${PORTVERSION}_02 +SUN_BUNDLE_ID?= 9405 +DOWNLOAD_URL?= http://java.sun.com/webapps/download/Display?BundleId=${SUN_BUNDLE_ID} .include <bsd.port.pre.mk> |