summaryrefslogtreecommitdiff
path: root/chat/silc-client
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 22:18:22 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 22:18:22 +0000
commitad93dce8c274d9f95a3df1aa449e2211ed33757c (patch)
tree230496f7efa7b56c4b2c2650b888a4e1805f079a /chat/silc-client
parent026c2efcb746f36d4f807b11bcae4e2cd6ae1c9b (diff)
downloadpkgsrc-ad93dce8c274d9f95a3df1aa449e2211ed33757c.tar.gz
chat: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'chat/silc-client')
-rw-r--r--chat/silc-client/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile
index c90934a006e..8a82a24b5f9 100644
--- a/chat/silc-client/Makefile
+++ b/chat/silc-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2019/08/11 13:18:06 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2019/11/02 22:18:25 rillig Exp $
DISTNAME= ${SILC_CLIENT_DISTNAME}
PKGREVISION= 11
@@ -27,16 +27,16 @@ MAKE_ENV+= examplesdir=${EGDIR}
CONF_FILES+= ${EGDIR}/silc.conf.default ${PKG_SYSCONFDIR}/silc.conf
-GNU_CONFIGURE_LIBSUBDIR=${PKGBASE}
-CONFIGURE_ARGS+= --with-helpdir=${PREFIX}/share/${PKGBASE}/help
-CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/${PKGBASE}
-CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --with-simdir=${PREFIX}/lib/${PKGBASE}/modules
-CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_DIR}
-CONFIGURE_ARGS+= --enable-shared
-CONFIGURE_ARGS+= --with-terminfo
-CONFIGURE_ARGS+= --without-ncurses
-CONFIGURE_ARGS+= --without-libtoolfix
+GNU_CONFIGURE_LIBSUBDIR= ${PKGBASE}
+CONFIGURE_ARGS+= --with-helpdir=${PREFIX}/share/${PKGBASE}/help
+CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/${PKGBASE}
+CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --with-simdir=${PREFIX}/lib/${PKGBASE}/modules
+CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --enable-shared
+CONFIGURE_ARGS+= --with-terminfo
+CONFIGURE_ARGS+= --without-ncurses
+CONFIGURE_ARGS+= --without-libtoolfix
# Assembler optimizations.
#