DOWNLOAD_URL is now computed based on JDK_VERSION.
This commit is contained in:
parent
056e08a39d
commit
6de38f945e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58788
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user