summaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk12
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-05-09 09:27:39 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-05-09 09:27:39 +0000
commit6de38f945e0ff3682041780b051e12b4c1044644 (patch)
treec7e65da6ecedfa099a0adf2334b1dfc610da75e8 /java/linux-sun-jdk12
parentDISTNAME is now computed based on JDK_VERSION. (diff)
DOWNLOAD_URL is now computed based on JDK_VERSION.
Notes
Notes: svn path=/head/; revision=58788
Diffstat (limited to 'java/linux-sun-jdk12')
-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>