summaryrefslogtreecommitdiff
path: root/lang/jdk-openjit
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /lang/jdk-openjit
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'lang/jdk-openjit')
-rw-r--r--lang/jdk-openjit/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jdk-openjit/Makefile.common b/lang/jdk-openjit/Makefile.common
index e4ebbf662e7..b00837fbf5a 100644
--- a/lang/jdk-openjit/Makefile.common
+++ b/lang/jdk-openjit/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2005/12/05 20:50:25 rillig Exp $
+# $NetBSD: Makefile.common,v 1.10 2005/12/05 23:55:10 rillig Exp $
OPENJIT_VERSION=1.1.16
@@ -16,7 +16,7 @@ USE_TOOLS+= gmake
.include "../../mk/bsd.prefs.mk"
.include "../../mk/java-vm.mk"
-CONFIGURE_ARGS+=--with-jdk=${PKG_JAVA_HOME}
+CONFIGURE_ARGS+=--with-jdk=${PKG_JAVA_HOME:Q}
PLIST_SUBST+= CLASSDIR=${CLASSDIR:Q} JRELIB=${JRELIB:Q} JAVADIR=${PKG_JAVA_HOME:C|^${PREFIX}/||}