summaryrefslogtreecommitdiff
path: root/pkgtools/mksandbox
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-01-27 19:07:46 +0000
committerrillig <rillig@pkgsrc.org>2018-01-27 19:07:46 +0000
commit54add87f5205bcfa693b9fe1a414a2b47296fef2 (patch)
tree2af412870dfea2b67d087c304178068cabfd3161 /pkgtools/mksandbox
parent535d9a7aa109752a79bb17974a560c50c6d27054 (diff)
downloadpkgsrc-54add87f5205bcfa693b9fe1a414a2b47296fef2.tar.gz
pkgtools/*: Realign variables in Makefiles
Mainly done by pkglint, manually reviewed and improved in some few cases.
Diffstat (limited to 'pkgtools/mksandbox')
-rw-r--r--pkgtools/mksandbox/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/mksandbox/Makefile b/pkgtools/mksandbox/Makefile
index de757802e51..e7d1aaab046 100644
--- a/pkgtools/mksandbox/Makefile
+++ b/pkgtools/mksandbox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/10/14 12:50:07 jperkin Exp $
+# $NetBSD: Makefile,v 1.13 2018/01/27 19:07:46 rillig Exp $
PKGNAME= mksandbox-1.7
CATEGORIES= pkgtools
@@ -8,10 +8,10 @@ HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/bulk.html#setting-up-a-sandbox
COMMENT= Tool for creating sandboxes
LICENSE= 2-clause-bsd
-WRKSRC= ${WRKDIR}
-NO_BUILD= yes
-NO_CHECKSUM= yes
-USE_LANGUAGES= # none
+WRKSRC= ${WRKDIR}
+NO_BUILD= yes
+NO_CHECKSUM= yes
+USE_LANGUAGES= # none
INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
do-extract: