diff options
author | glewis <glewis@FreeBSD.org> | 2003-10-23 12:26:01 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-10-23 12:26:01 +0800 |
commit | 70ef17b841232519fb3bcd19fd382bdb6d0bd1e2 (patch) | |
tree | aaed49641bbf67b934b4d2683be7bc552a2e025d /java | |
parent | 7454baaea934f539e49b55a0402188c77240b86d (diff) | |
download | freebsd-ports-gnome-70ef17b841232519fb3bcd19fd382bdb6d0bd1e2.tar.gz freebsd-ports-gnome-70ef17b841232519fb3bcd19fd382bdb6d0bd1e2.tar.zst freebsd-ports-gnome-70ef17b841232519fb3bcd19fd382bdb6d0bd1e2.zip |
. Add PLIST_SUB settings that somehow didn't get committed. This unbreaks
the package list.
PR: 58398
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Diffstat (limited to 'java')
-rw-r--r-- | java/openjit/Makefile | 4 |
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: |