diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
commit | 6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch) | |
tree | 97ee76f3981200121bbba776c699b2cf57cc3af5 /net/nslint | |
parent | c541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff) | |
download | pkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz |
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'net/nslint')
-rw-r--r-- | net/nslint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nslint/Makefile b/net/nslint/Makefile index 53aff522381..ea8d3aba205 100644 --- a/net/nslint/Makefile +++ b/net/nslint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/01/19 18:52:20 agc Exp $ +# $NetBSD: Makefile,v 1.14 2019/11/03 11:45:45 rillig Exp $ DISTNAME= nslint-3.1 CATEGORIES= net @@ -10,8 +10,8 @@ HOMEPAGE= http://ee.lbl.gov/ftp.html COMMENT= Perform consistency checks on DNS zone files LICENSE= original-bsd -GNU_CONFIGURE= YES -BUILD_TARGET= nslint +GNU_CONFIGURE= YES +BUILD_TARGET= nslint INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 .include "../../mk/bsd.pkg.mk" |