summaryrefslogtreecommitdiff
path: root/net/sipsak
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
commit6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch)
tree97ee76f3981200121bbba776c699b2cf57cc3af5 /net/sipsak
parentc541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff)
downloadpkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'net/sipsak')
-rw-r--r--net/sipsak/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile
index 4afa88c98f4..a70dfc965a2 100644
--- a/net/sipsak/Makefile
+++ b/net/sipsak/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/07/04 13:40:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/03 11:45:53 rillig Exp $
DISTNAME= sipsak-0.9.6-1
PKGNAME= ${DISTNAME:S/-1//}
@@ -17,7 +17,7 @@ GNU_CONFIGURE= YES
USE_TOOLS+= gmake
# get rid of inline
-SUBST_CLASSES+= inline
+SUBST_CLASSES+= inline
SUBST_STAGE.inline= pre-configure
SUBST_FILES.inline= header_f.h header_f.c
SUBST_SED.inline= -e 's/^inline //g'