summaryrefslogtreecommitdiff
path: root/net/flow-tools
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 /net/flow-tools
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'net/flow-tools')
-rw-r--r--net/flow-tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile
index 163e32e44cb..ae2e1a30f49 100644
--- a/net/flow-tools/Makefile
+++ b/net/flow-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/10/05 13:29:50 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2005/12/05 23:55:13 rillig Exp $
DISTNAME= flow-tools-0.68
PKGREVISION= 1
@@ -13,7 +13,7 @@ GNU_CONFIGURE= YES
USE_PKGINSTALL= YES
PKG_SYSCONFSUBDIR= flow-tools
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/flow-tools
MAKE_DIRS+= ${PKG_SYSCONFDIR}/sym
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
# PostgreSQL support.
.if !empty(PKG_OPTIONS:Mpgsql)
. include "../../mk/pgsql.buildlink3.mk"
-CONFIGURE_ARGS+= --with-pgsql=${PGSQL_PREFIX}
+CONFIGURE_ARGS+= --with-pgsql=${PGSQL_PREFIX:Q}
.endif
# Python scripts support.