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/neb-wipe/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/neb-wipe/Makefile')
| -rw-r--r-- | sysutils/neb-wipe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/neb-wipe/Makefile b/sysutils/neb-wipe/Makefile index 9145d62cbca..f6da9adf257 100644 --- a/sysutils/neb-wipe/Makefile +++ b/sysutils/neb-wipe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/23 19:51:14 asau Exp $ +# $NetBSD: Makefile,v 1.3 2019/11/04 21:28:49 rillig Exp $ DISTNAME= neb-wipe-src-1.0 PKGNAME= neb-wipe-1.0 @@ -13,7 +13,7 @@ COMMENT= Secure disk partition eraser NO_CONFIGURE= yes ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-* -LICENSE= original-bsd +LICENSE= original-bsd WRKSRC= ${WRKDIR} INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |
