diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
commit | 579e97796954edc2469fac176e855589e1dc2997 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /databases/pgpool | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'databases/pgpool')
-rw-r--r-- | databases/pgpool/Makefile | 4 |
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 |