aboutsummaryrefslogtreecommitdiffstats
path: root/java/linux-sun-jdk12/Makefile
diff options
context:
space:
mode:
authorznerd <znerd@FreeBSD.org>2002-05-09 17:27:39 +0800
committerznerd <znerd@FreeBSD.org>2002-05-09 17:27:39 +0800
commita748c0f081243e8448c29d5bcd037b1df5e38e9a (patch)
treea56cb3dfc493ce8e4f531f9ae8572299e5fce675 /java/linux-sun-jdk12/Makefile
parent8c43ac277da736c972f1377b54d79bf66a49ae46 (diff)
downloadfreebsd-ports-gnome-a748c0f081243e8448c29d5bcd037b1df5e38e9a.tar.gz
freebsd-ports-gnome-a748c0f081243e8448c29d5bcd037b1df5e38e9a.tar.zst
freebsd-ports-gnome-a748c0f081243e8448c29d5bcd037b1df5e38e9a.zip
DOWNLOAD_URL is now computed based on JDK_VERSION.
Diffstat (limited to 'java/linux-sun-jdk12/Makefile')
-rw-r--r--java/linux-sun-jdk12/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-sun-jdk12/Makefile b/java/linux-sun-jdk12/Makefile
index a2a9aae7a311..2ffd074c341f 100644
--- a/java/linux-sun-jdk12/Makefile
+++ b/java/linux-sun-jdk12/Makefile
@@ -33,7 +33,7 @@ IGNORE= "You can not legally distribute binaries"
.endif
APP_HOME= ${PREFIX}/${PKGNAME}
-DOWNLOAD_URL= http://java.sun.com/Download5?config-file=jdk-1_2_2_011.config&platform=linux-i386
+DOWNLOAD_URL= http://java.sun.com/Download5?config-file=${PORTNAME}-${JDK_VERSION:S/./_/g}.config&platform=linux-${ARCH}
.include <bsd.port.pre.mk>