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/u-boot-sopine-baseboard/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/u-boot-sopine-baseboard/Makefile')
-rw-r--r-- | sysutils/u-boot-sopine-baseboard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/u-boot-sopine-baseboard/Makefile b/sysutils/u-boot-sopine-baseboard/Makefile index d290408427e..d124aa86db0 100644 --- a/sysutils/u-boot-sopine-baseboard/Makefile +++ b/sysutils/u-boot-sopine-baseboard/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2019/05/07 14:06:25 thorpej Exp $ +# $NetBSD: Makefile,v 1.7 2019/11/04 21:28:57 rillig Exp $ UBOOT_TARGET= sopine-baseboard UBOOT_CONFIG= sopine_baseboard_defconfig UBOOT_BIN= u-boot-sunxi-with-spl.bin UBOOT_ENV+= DEVICE_TREE=sun50i-a64-sopine-baseboard -UBOOT_INSTALLBOOT_PLIST=installboot.plist +UBOOT_INSTALLBOOT_PLIST= installboot.plist PKGREVISION= 5 |