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/liblive | |
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/liblive')
-rw-r--r-- | net/liblive/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/liblive/Makefile b/net/liblive/Makefile index 75a750f19fa..264668a5b18 100644 --- a/net/liblive/Makefile +++ b/net/liblive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/12/13 09:20:02 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2019/11/03 11:45:40 rillig Exp $ DISTNAME= live.2014.12.11 PKGNAME= lib${DISTNAME:S/./-/:S/.//g} @@ -22,11 +22,11 @@ INSTALLATION_DIRS+= share/examples/liblive .include "../../mk/bsd.fast.prefs.mk" .if ${OPSYS} == "SunOS" -. if ${MACHINE_ARCH} == "x86_64" +. if ${MACHINE_ARCH} == "x86_64" LIVE_BITNESS= -64bit -. else +. else LIVE_BITNESS= -32bit -. endif +. endif .else LIVE_BITNESS= # empty .endif |