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/hping3/Makefile | |
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/hping3/Makefile')
-rw-r--r-- | net/hping3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hping3/Makefile b/net/hping3/Makefile index 1a613121123..30f3d541c32 100644 --- a/net/hping3/Makefile +++ b/net/hping3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/05/23 19:23:09 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2019/11/03 11:45:37 rillig Exp $ # DISTNAME= hping3-alpha-2 @@ -13,7 +13,7 @@ COMMENT= Command-line oriented TCP/IP packet assembler/analyzer LICENSE= gnu-gpl-v2 AND original-bsd SUBST_CLASSES+= paths -SUBST_STAGE.paths= pre-configure +SUBST_STAGE.paths= pre-configure SUBST_FILES.paths= Makefile.in configure SUBST_VARS.paths= PREFIX |