summaryrefslogtreecommitdiff
path: root/net/bird
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/bird
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/bird')
-rw-r--r--net/bird/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bird/Makefile.common b/net/bird/Makefile.common
index 0c77e835c55..67293bf6852 100644
--- a/net/bird/Makefile.common
+++ b/net/bird/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2017/02/11 02:29:48 mef Exp $
+# $NetBSD: Makefile.common,v 1.9 2019/11/03 11:45:30 rillig Exp $
# used by net/bird/Makefile
# used by net/bird6/Makefile
@@ -23,8 +23,8 @@ CONFIGURE_ARGS+= --localstatedir=/var
BIRD6?= # empty
PLIST_SUBST+= BIRD6=${BIRD6}
-FILESDIR= ${.CURDIR}/../bird/files
-PATCHDIR= ${.CURDIR}/../bird/patches
+FILESDIR= ${.CURDIR}/../bird/files
+PATCHDIR= ${.CURDIR}/../bird/patches
DISTINFO_FILE= ${.CURDIR}/../bird/distinfo
PLIST_SRC= ${.CURDIR}/../bird/PLIST
DESCR_SRC= ${.CURDIR}/../bird/DESCR