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/gethost/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/gethost/Makefile')
-rw-r--r-- | net/gethost/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gethost/Makefile b/net/gethost/Makefile index 9a55597a6b1..99ed1c91796 100644 --- a/net/gethost/Makefile +++ b/net/gethost/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/10/09 14:06:44 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2019/11/03 11:45:35 rillig Exp $ DISTNAME= gethost-0.03 PKGREVISION= 1 @@ -14,7 +14,7 @@ CONFLICTS= dnssec-tools-[0-9]* USE_FEATURES= inet6 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -BUILD_TARGET= gethost +BUILD_TARGET= gethost LIBS.SunOS= -lnsl -lresolv -lsocket |