diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 21:28:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 21:28:40 +0000 |
commit | 15bb5ef0c0e2649c11f1265cb3267780466dd29d (patch) | |
tree | cab40909c685a7f1bd42c69dca80873cfd7d89c7 /sysutils/nvramtool/Makefile | |
parent | ef482b78e029548a99588f95eff363467deb3687 (diff) | |
download | pkgsrc-15bb5ef0c0e2649c11f1265cb3267780466dd29d.tar.gz |
sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
Diffstat (limited to 'sysutils/nvramtool/Makefile')
-rw-r--r-- | sysutils/nvramtool/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/nvramtool/Makefile b/sysutils/nvramtool/Makefile index 2a7065ccdab..da65ffba5e9 100644 --- a/sysutils/nvramtool/Makefile +++ b/sysutils/nvramtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/09/03 08:53:15 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2019/11/04 21:28:49 rillig Exp $ # DISTNAME= nvramtool-4.0-9989-gf2dfef0-08bda29 @@ -11,10 +11,10 @@ HOMEPAGE= https://www.coreboot.org/Nvramtool COMMENT= Coreboot CMOS NVRAM manipulation utility LICENSE= gnu-gpl-v2 -USE_TOOLS+= gmake -USE_TOOLS+= date +USE_TOOLS+= gmake +USE_TOOLS+= date -USE_LANGUAGES+= c +USE_LANGUAGES+= c .include "../../mk/bsd.prefs.mk" @@ -25,7 +25,7 @@ ONLY_FOR_PLATFORM+= NetBSD-*-i386 NetBSD-*-x86_64 WRKSRC= ${WRKDIR}/${DISTNAME} -BUILD_TARGET= nvramtool +BUILD_TARGET= nvramtool INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8 |