summaryrefslogtreecommitdiff
path: root/java/jdk15
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-10-13 03:31:42 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-10-13 03:31:42 +0000
commitdcee19701bf6b5125da32b6082f23cea60655343 (patch)
treeab7db73a968d59e3d4357047cdffdfa50645c375 /java/jdk15
parentAdded patch to remove warning during startup. (diff)
. Override PKGINSTALL to place it in WRKDIR, which is writeable, rather
than PORTSDIR, which may not be. Submitted by: kris
Notes
Notes: svn path=/head/; revision=90979
Diffstat (limited to 'java/jdk15')
-rw-r--r--java/jdk15/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile
index 6e984ef1b7d2..fa04170a2e70 100644
--- a/java/jdk15/Makefile
+++ b/java/jdk15/Makefile
@@ -60,6 +60,7 @@ MAKE_ENV= ALT_BOOTDIR="${JDK14DIR}" \
LD_LIBRARY_PATH=""
ALL_TARGET= all
PLIST_SUB+= JDK_VERSION=${JDK_VERSION}
+PKGINSTALL= ${WRKDIR}/pkg-install
JDKIMAGEDIR= ${WRKSRC}/../build/bsd-i586/j2sdk-image
JDKIMAGEDIR_G= ${WRKSRC}/../build/bsd-i586/j2sdk-debug-image