summaryrefslogtreecommitdiff
path: root/www/ap2-suphp/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/ap2-suphp/Makefile
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'www/ap2-suphp/Makefile')
-rw-r--r--www/ap2-suphp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-suphp/Makefile b/www/ap2-suphp/Makefile
index 78f07140b84..3f1160773d6 100644
--- a/www/ap2-suphp/Makefile
+++ b/www/ap2-suphp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/08/03 16:43:38 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2005/12/05 23:55:22 rillig Exp $
#
DISTNAME= suphp-0.6.0
@@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
GCC_REQD+= 3.0 # the C++ code uses the .at() method
CONFIGURE_ARGS+= APXS=apxs
-CONFIGURE_ARGS+= --with-apache-user=${APACHE_USER}
+CONFIGURE_ARGS+= --with-apache-user=${APACHE_USER:Q}
CONFIGURE_ARGS+= --with-logfile=${VARBASE}/httpd/suphp_log
# I don't know why this is necessary, but it is.