summaryrefslogtreecommitdiff
path: root/sysutils/monitoring
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/monitoring
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/monitoring')
-rw-r--r--sysutils/monitoring/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/monitoring/Makefile b/sysutils/monitoring/Makefile
index 8a2b67a3d18..6079dbaecfd 100644
--- a/sysutils/monitoring/Makefile
+++ b/sysutils/monitoring/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:09 adam Exp $
+# $NetBSD: Makefile,v 1.12 2019/11/04 21:28:49 rillig Exp $
VERSION= e518a90eade4ca538468b6640dccb651e6034b9e
DISTNAME= ${VERSION}
@@ -14,7 +14,7 @@ LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/monitoring-${VERSION}
-REPLACE_PYTHON+= Sources/monitoring.py Scripts/monitoring
+REPLACE_PYTHON+= Sources/monitoring.py Scripts/monitoring
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.5
DOCDIR= ${PREFIX}/share/doc/monitoring