summaryrefslogtreecommitdiff
path: root/lang/jdk-openjit
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit51cc30a69f6ed85b6e1c747e7d0e7c630f9cc50a (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /lang/jdk-openjit
parentf3129e07256e493f4c4fbcb6d3b8a8b56805108b (diff)
downloadpkgsrc-51cc30a69f6ed85b6e1c747e7d0e7c630f9cc50a.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}/||}