summaryrefslogtreecommitdiff
path: root/net/sysmon
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
commit6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch)
tree97ee76f3981200121bbba776c699b2cf57cc3af5 /net/sysmon
parentc541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff)
downloadpkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'net/sysmon')
-rw-r--r--net/sysmon/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/sysmon/Makefile b/net/sysmon/Makefile
index 7e0ee6af72b..2195b9aa4d8 100644
--- a/net/sysmon/Makefile
+++ b/net/sysmon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/07/04 13:40:31 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/03 11:45:53 rillig Exp $
DISTNAME= sysmon-0.93
CATEGORIES= net
@@ -21,13 +21,13 @@ SMDOC= ${PREFIX}/share/doc/sysmon
CONF_FILES= ${EGDIR}/sysmon.conf.dist \
${PKG_SYSCONFDIR}/sysmon.conf
-SUBST_CLASSES+= paths
-SUBST_FILES.paths= ${WRKSRC}/autoconf/Makefile.in
-SUBST_STAGE.paths= pre-configure
-SUBST_SED.paths= -e 's,@destdir@,${DESTDIR},g'
+SUBST_CLASSES+= paths
+SUBST_FILES.paths= ${WRKSRC}/autoconf/Makefile.in
+SUBST_STAGE.paths= pre-configure
+SUBST_SED.paths= -e 's,@destdir@,${DESTDIR},g'
-INSTALLATION_DIRS= share/examples/sysmon
-INSTALLATION_DIRS+= share/doc/sysmon bin ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
+INSTALLATION_DIRS= share/examples/sysmon
+INSTALLATION_DIRS+= share/doc/sysmon bin ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
post-install:
${INSTALL_DATA} ${WRKSRC}/examples/sysmon.conf.dist ${DESTDIR}${EGDIR}/sysmon.conf.dist