summaryrefslogtreecommitdiff
path: root/databases/pgpool/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /databases/pgpool/Makefile
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'databases/pgpool/Makefile')
-rw-r--r--databases/pgpool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile
index 71af2e5c1c3..0b057e93f2a 100644
--- a/databases/pgpool/Makefile
+++ b/databases/pgpool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/07/11 14:23:48 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2005/12/05 23:55:04 rillig Exp $
DISTNAME= pgpool-2.5.1
CATEGORIES= databases
@@ -11,7 +11,7 @@ COMMENT= Connection pooling/replication server for PostgreSQL
GNU_CONFIGURE= yes
USE_PKGINSTALL= yes
-CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}
CONF_FILES= ${PREFIX}/share/examples/pgpool.conf.sample \
${PKG_SYSCONFDIR}/pgpool.conf