summaryrefslogtreecommitdiff
path: root/java/j2sdkee13/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-01-16 20:06:34 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-01-16 20:06:34 +0000
commit28785491ce012d4b307b9e331a93044357e96d94 (patch)
tree5a935c46b628512373ab511f9ff340cad53292df /java/j2sdkee13/Makefile
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.
Notes
Notes: svn path=/head/; revision=98333
Diffstat (limited to 'java/j2sdkee13/Makefile')
-rw-r--r--java/j2sdkee13/Makefile5
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>