diff options
author | glewis <glewis@FreeBSD.org> | 2004-01-17 04:06:34 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-01-17 04:06:34 +0800 |
commit | e3934e8a3517eaf63f20bec1560c0f0b2b760835 (patch) | |
tree | 03ca80db42c764ffd2819217317cd51ff0b4fd25 /java | |
parent | 82e14e9904effb149b23234690ce57a4800da02d (diff) | |
download | freebsd-ports-gnome-e3934e8a3517eaf63f20bec1560c0f0b2b760835.tar.gz freebsd-ports-gnome-e3934e8a3517eaf63f20bec1560c0f0b2b760835.tar.zst freebsd-ports-gnome-e3934e8a3517eaf63f20bec1560c0f0b2b760835.zip |
. 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> |