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 | |
parent | 9cf0cf1a93742d27f447d9b4fc0b84b86900f684 (diff) | |
download | ports-28785491ce012d4b307b9e331a93044357e96d94.tar.gz ports-28785491ce012d4b307b9e331a93044357e96d94.zip |
Notes
-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> |