summaryrefslogtreecommitdiff
path: root/sysutils/mtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 21:28:40 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 21:28:40 +0000
commit15bb5ef0c0e2649c11f1265cb3267780466dd29d (patch)
treecab40909c685a7f1bd42c69dca80873cfd7d89c7 /sysutils/mtools
parentef482b78e029548a99588f95eff363467deb3687 (diff)
downloadpkgsrc-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/mtools')
-rw-r--r--sysutils/mtools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile
index 9597e2df3b2..f2dbf4531bd 100644
--- a/sysutils/mtools/Makefile
+++ b/sysutils/mtools/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2018/12/09 21:05:36 adam Exp $
+# $NetBSD: Makefile,v 1.57 2019/11/04 21:28:49 rillig Exp $
DISTNAME= mtools-4.0.18
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_GNU:=mtools/}
+MASTER_SITES= ${MASTER_SITE_GNU:=mtools/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= is@NetBSD.org