summaryrefslogtreecommitdiff
path: root/www/ap-jserv/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /www/ap-jserv/Makefile
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'www/ap-jserv/Makefile')
-rw-r--r--www/ap-jserv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-jserv/Makefile b/www/ap-jserv/Makefile
index b6c6911a66d..556debf273d 100644
--- a/www/ap-jserv/Makefile
+++ b/www/ap-jserv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/07/16 01:19:25 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2005/12/05 23:55:21 rillig Exp $
DISTNAME= ApacheJServ-1.1.2
PKGNAME= ap-jserv-1.1.2
@@ -18,7 +18,7 @@ USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/src/scripts/build/unix/ltconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-apxs=${LOCALBASE}/sbin/apxs
-CONFIGURE_ARGS+= --with-jdk-home=${PKG_JAVA_HOME}
+CONFIGURE_ARGS+= --with-jdk-home=${PKG_JAVA_HOME:Q}
CONFIGURE_ARGS+= --with-JSDK=${PREFIX}/lib/java/jsdk.jar
CONFIGURE_ARGS+= --with-logdir=${VARBASE}/log/httpd
CONFIGURE_ARGS+= --with-servlets=${LOCALBASE}/share/httpd/servlets