Fixed DOWNLOAD_URL.
Pointed out by: joerg
This commit is contained in:
parent
68e35b69ef
commit
a47630ba31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78665
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ USE_LINUX= yes
|
|||
DL_JDK_VERSION= 1.4.1_02
|
||||
INSTALL_JDK_VERSION= 1.4.1
|
||||
ONLY_FOR_ARCHS= i386
|
||||
DOWNLOAD_URL?= http://java.sun.com/webapps/download/Display?BundleId=7547
|
||||
DOWNLOAD_URL?= http://java.sun.com/webapps/download/Display?BundleId=7547&Referer=http://java.sun.com/j2se/1.4.1/download.html
|
||||
PORTTITLE= Java 2 Development Kit ${INSTALL_JDK_VERSION} for Linux
|
||||
APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${INSTALL_JDK_VERSION}
|
||||
CPIO?= /usr/bin/cpio
|
||||
|
|
Loading…
Reference in a new issue