diff options
author | hq <hq@FreeBSD.org> | 2004-12-10 11:15:48 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2004-12-10 11:15:48 +0800 |
commit | 997aa9304c85af66de099f52edd693987a5433e7 (patch) | |
tree | a9ab2ee1b993f971192a74da415758418c353fe9 /java/linux-sun-jdk12 | |
parent | 33facecf14e51242aaffa953dd8fa1629dd3def5 (diff) | |
download | freebsd-ports-gnome-997aa9304c85af66de099f52edd693987a5433e7.tar.gz freebsd-ports-gnome-997aa9304c85af66de099f52edd693987a5433e7.tar.zst freebsd-ports-gnome-997aa9304c85af66de099f52edd693987a5433e7.zip |
Fix download URL
Reported by: kris
Submitted by: Sander Vesik <sander.vesik@gmail.com>
Diffstat (limited to 'java/linux-sun-jdk12')
-rw-r--r-- | java/linux-sun-jdk12/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/linux-sun-jdk12/Makefile b/java/linux-sun-jdk12/Makefile index 47eb2c29a7cd..74af60a5e733 100644 --- a/java/linux-sun-jdk12/Makefile +++ b/java/linux-sun-jdk12/Makefile @@ -31,8 +31,7 @@ NO_CDROM= "License does not allow distribution with fee" RESTRICTED= "Redistribution of repackaged binaries not permitted" APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}jdk1.2.2 -SUN_BUNDLE_ID?= 9153 -DOWNLOAD_URL?= http://java.sun.com/webapps/download/Display?BundleId=${SUN_BUNDLE_ID} +DOWNLOAD_URL?= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7740-j2sdk-1.2.2_017-oth-JPR&SiteId=JSC&TransactionId=noreg .include <bsd.port.pre.mk> |