From a748c0f081243e8448c29d5bcd037b1df5e38e9a Mon Sep 17 00:00:00 2001 From: znerd Date: Thu, 9 May 2002 09:27:39 +0000 Subject: DOWNLOAD_URL is now computed based on JDK_VERSION. --- java/linux-sun-jdk12/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/linux-sun-jdk12/Makefile') 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 -- cgit