summaryrefslogtreecommitdiff
path: root/cad/wcalc
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
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /cad/wcalc
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'cad/wcalc')
-rw-r--r--cad/wcalc/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/wcalc/Makefile.common b/cad/wcalc/Makefile.common
index bbb74deb593..da41a0bae72 100644
--- a/cad/wcalc/Makefile.common
+++ b/cad/wcalc/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2005/12/05 20:49:52 rillig Exp $
+# $NetBSD: Makefile.common,v 1.5 2005/12/05 23:55:02 rillig Exp $
#
DISTNAME= wcalc-0.9
@@ -34,9 +34,9 @@ WCALC_CGIPATH?= /cgi-wcalc/
# setup the directories and URI path
CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/${WCALC_HTMLDIR}
-CONFIGURE_ARGS+= --with-htmlpath=${WCALC_HTMLPATH}
+CONFIGURE_ARGS+= --with-htmlpath=${WCALC_HTMLPATH:Q}
CONFIGURE_ARGS+= --with-cgibin=${PREFIX}/${WCALC_CGIDIR}
-CONFIGURE_ARGS+= --with-cgipath=${WCALC_CGIPATH}
+CONFIGURE_ARGS+= --with-cgipath=${WCALC_CGIPATH:Q}
# make sure we can refer to these paths in the MESSAGE
MESSAGE_SUBST+= WCALC_CGIDIR=${WCALC_CGIDIR}