summaryrefslogtreecommitdiff
path: root/java/openjit
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-10-23 04:26:01 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-10-23 04:26:01 +0000
commita3bacdacb1394d803b6f8f13a09186969959e8a8 (patch)
tree06d1c3468388a45022e422a3b03d9eef88b5d7da /java/openjit
parentUpgrade to version 0.12.0. This is a follow up of the upgrade and (diff)
. Add PLIST_SUB settings that somehow didn't get committed. This unbreaks
the package list. PR: 58398 Submitted by: Palle Girgensohn <girgen@pingpong.net>
Notes
Notes: svn path=/head/; revision=91926
Diffstat (limited to 'java/openjit')
-rw-r--r--java/openjit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/openjit/Makefile b/java/openjit/Makefile
index 1c48015bedd3..4d69ba1ad422 100644
--- a/java/openjit/Makefile
+++ b/java/openjit/Makefile
@@ -38,8 +38,12 @@ CONFIGURE_ARGS+= --with-jdk=${JAVA_HOME}
CPIO?= /usr/bin/cpio
+PLIST_SUB+= JAVADIR=${JAVA_HOME:S,${PREFIX}/,,}
.if defined(WITH_JDK11)
JAVALIBDIR= ${PREFIX}/lib/OpenJIT
+PLIST_SUB+= JAVA2:="@comment " JAVA11:=""
+.else
+PLIST_SUB+= JAVA2:="" JAVA11:="@comment "
.endif
post-configure: