summaryrefslogtreecommitdiff
path: root/java/jdk12-doc
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-11-21 08:58:42 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-11-21 08:58:42 +0000
commit6794a97e3cce140ec73bed4c1a98ec127e8e824a (patch)
tree32b0a2136c34d701b5e4f90760566ea0a94464a5 /java/jdk12-doc
parentAdd forgotten patch files. (diff)
Fixed generation of plist file. The file was previously written
as ./pkg-plist. It is now written as $WRKDIR/PLIST. Indicated by: kris
Notes
Notes: svn path=/head/; revision=70651
Diffstat (limited to 'java/jdk12-doc')
-rw-r--r--java/jdk12-doc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/jdk12-doc/Makefile b/java/jdk12-doc/Makefile
index e85f22b77191..ad0612eb5275 100644
--- a/java/jdk12-doc/Makefile
+++ b/java/jdk12-doc/Makefile
@@ -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>