From 579e97796954edc2469fac176e855589e1dc2997 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 23:55:01 +0000 Subject: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. --- cad/sci-wcalc/Makefile | 4 ++-- cad/wcalc/Makefile.common | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'cad') diff --git a/cad/sci-wcalc/Makefile b/cad/sci-wcalc/Makefile index bc7ecf5bcf6..a6d152687ef 100644 --- a/cad/sci-wcalc/Makefile +++ b/cad/sci-wcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/12/05 20:49:52 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2005/12/05 23:55:02 rillig Exp $ # .include "../../cad/wcalc/Makefile.common" @@ -15,7 +15,7 @@ CONFIGURE_ARGS+= --disable-libwcalc CONFIGURE_ARGS+= --disable-stdio CONFIGURE_ARGS+= --without-matlab CONFIGURE_ARGS+= --without-octave -CONFIGURE_ARGS+= --with-scilab=${SCI} +CONFIGURE_ARGS+= --with-scilab=${SCI:Q} PLIST_SUBST+= SCIVERSION=${SCIVERSION:Q} MESSAGE_SUBST+= SCIVERSION=${SCIVERSION} 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} -- cgit v1.2.3