Fixed generation of plist file. The file was previously written
as ./pkg-plist. It is now written as $WRKDIR/PLIST. Indicated by: kris
This commit is contained in:
parent
eb7b0ea69d
commit
6794a97e3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70651
4 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,7 @@ JDK_MAJOR_VER= ${JDK_VERSION:R}
|
|||
DOWNLOAD_URL= http://java.sun.com/jdk/${JDK_MAJOR_VER}/docs.html
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ JDK_VERSION= 1.2.2_006
|
|||
JDK_MAJOR_VER= ${JDK_VERSION:R}
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ JDK_MAJOR_VER= ${JDK_VERSION:R}
|
|||
DOWNLOAD_URL= http://java.sun.com/j2se/${JDK_MAJOR_VER}/docs.html\#Download
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
USE_ZIP= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -25,6 +25,7 @@ BUNDLE_ID= 7065
|
|||
DOWNLOAD_URL= http://java.sun.com/webapps/download/Display?BundleId=${BUNDLE_ID}
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
USE_ZIP= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
Loading…
Reference in a new issue