summaryrefslogtreecommitdiff
path: root/chat/libotr
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/libotr
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/libotr')
-rw-r--r--chat/libotr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile
index 1f46f40b866..831eddafe57 100644
--- a/chat/libotr/Makefile
+++ b/chat/libotr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/03/09 18:04:17 gdt Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/02 22:18:23 rillig Exp $
VERSION= 4.1.1
DISTNAME= libotr-${VERSION}
@@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2
# Work around rc tarballs that unpack to bare version.
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pic
USE_LIBTOOL= yes