diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 22:18:22 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 22:18:22 +0000 |
commit | ad93dce8c274d9f95a3df1aa449e2211ed33757c (patch) | |
tree | 230496f7efa7b56c4b2c2650b888a4e1805f079a /chat/meanwhile | |
parent | 026c2efcb746f36d4f807b11bcae4e2cd6ae1c9b (diff) | |
download | pkgsrc-ad93dce8c274d9f95a3df1aa449e2211ed33757c.tar.gz |
chat: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'chat/meanwhile')
-rw-r--r-- | chat/meanwhile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/meanwhile/Makefile b/chat/meanwhile/Makefile index 9dd97d8b2f7..742a3330c4c 100644 --- a/chat/meanwhile/Makefile +++ b/chat/meanwhile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/10/03 00:02:40 asau Exp $ +# $NetBSD: Makefile,v 1.12 2019/11/02 22:18:24 rillig Exp $ # DISTNAME= meanwhile-1.0.2 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -CONFIGURE_ARGS+= --disable-doxygen +CONFIGURE_ARGS+= --disable-doxygen CHECK_WRKREF_SKIP+= share/doc/meanwhile-doc-1.0.2/samples/build |