diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-07-06 22:05:34 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-07-06 22:05:34 +0000 |
commit | 91a1e9451cc1330937a3ed956be292fd6580ff1a (patch) | |
tree | 18604d0408e0e79cdb7985125aa3aa60a98034c4 /java/diablo-jdk13/Makefile | |
parent | 6b6b928a17196d2204d16cbc1a00cf43a028d704 (diff) | |
download | ports-91a1e9451cc1330937a3ed956be292fd6580ff1a.tar.gz ports-91a1e9451cc1330937a3ed956be292fd6580ff1a.zip |
Notes
Diffstat (limited to 'java/diablo-jdk13/Makefile')
-rw-r--r-- | java/diablo-jdk13/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/diablo-jdk13/Makefile b/java/diablo-jdk13/Makefile index 1b180a796cc6..e6ffb52e2803 100644 --- a/java/diablo-jdk13/Makefile +++ b/java/diablo-jdk13/Makefile @@ -43,6 +43,7 @@ JDK_VERSION= 1.3.1 RELEASE_VERSION=0 PLIST_SUB+= JDK_VERSION=${JDK_VERSION} DOWNLOAD_URL= http://www.FreeBSDFoundation.org/cgi-bin/download.cgi?package=${DISTNAME}${EXTRACT_SUFX} +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}13 WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}jdk${JDK_VERSION} NO_BUILD= yes @@ -73,7 +74,7 @@ manually. Please access\n\ ${DOWNLOAD_URL}\n\ \n\ with a web browser and \"Accept\" the End User License Agreement for\n\ -\"Caffe Diablo ${JRE_VERSION}\". Please place the downloaded\n\ +\"Caffe Diablo ${JDK_VERSION}\". Please place the downloaded\n\ ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n .endif |