summaryrefslogtreecommitdiff
path: root/databases/pgpool
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 15:37:59 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 15:37:59 +0000
commit83afcf6321f293f292e4213f00426d6d4c410f16 (patch)
tree127f4bd9b079761da1920a3b891f2702cece7229 /databases/pgpool
parente60a51b78bae2407e2dbc73016f6bd4274676b81 (diff)
downloadpkgsrc-83afcf6321f293f292e4213f00426d6d4c410f16.tar.gz
databases: align variable assignments
pkglint -Wall -F --only aligned -r No manual corrections.
Diffstat (limited to 'databases/pgpool')
-rw-r--r--databases/pgpool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile
index 8852c0b6295..5496dd75059 100644
--- a/databases/pgpool/Makefile
+++ b/databases/pgpool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/09/03 08:36:52 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/11/02 15:38:06 rillig Exp $
DISTNAME= pgpool-3.4.1
CATEGORIES= databases
@@ -10,7 +10,7 @@ COMMENT= Connection pooling/replication server for PostgreSQL
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
INSTALLATION_DIRS= share/examples