aboutsummaryrefslogtreecommitdiff
path: root/sysutils/munin-common
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-19 13:29:03 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-19 13:29:03 +0000
commited31947b52392bc8c9d29c972eafc8ece06f12eb (patch)
tree2c7d84b2f4f624b9773f33226ecc30590cd80e92 /sysutils/munin-common
parent47669f5780e0a51b93fbaa09c6f17077d21c4cea (diff)
downloadports-ed31947b52392bc8c9d29c972eafc8ece06f12eb.tar.gz
ports-ed31947b52392bc8c9d29c972eafc8ece06f12eb.zip
Install munin-async and munin-asyncd with munin-node.
PR: 211159 Reported by: axel axel re Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=418783
Diffstat (limited to 'sysutils/munin-common')
-rw-r--r--sysutils/munin-common/files/patch-Makefile12
-rw-r--r--sysutils/munin-common/munin.mk1
2 files changed, 12 insertions, 1 deletions
diff --git a/sysutils/munin-common/files/patch-Makefile b/sysutils/munin-common/files/patch-Makefile
index 12af94e59f0b..7a9536c8c7a8 100644
--- a/sysutils/munin-common/files/patch-Makefile
+++ b/sysutils/munin-common/files/patch-Makefile
@@ -134,7 +134,17 @@
fi \
done
-@@ -183,7 +166,7 @@ install-async:
+@@ -176,14 +159,14 @@ install-plugins-java: build-plugins-java
+ install-async-prime: install-async
+
+ install-async:
+- mkdir -p $(LIBDIR)
+- $(INSTALL) -m 0755 build/node/_bin/munin-async $(LIBDIR)/
+- $(INSTALL) -m 0755 build/node/_bin/munin-asyncd $(LIBDIR)/
++ mkdir -p $(DESTDIR)$(LIBDIR)
++ $(INSTALL) -m 0755 build/node/_bin/munin-async $(DESTDIR)$(LIBDIR)/
++ $(INSTALL) -m 0755 build/node/_bin/munin-asyncd $(DESTDIR)$(LIBDIR)/
+
install-node-prime: install-node-pre install-node
install-node-pre: build/node/munin-node.conf install-pre
diff --git a/sysutils/munin-common/munin.mk b/sysutils/munin-common/munin.mk
index dc1dc1ea178c..91eb1da6563b 100644
--- a/sysutils/munin-common/munin.mk
+++ b/sysutils/munin-common/munin.mk
@@ -29,6 +29,7 @@ MAKE_ARGS= ${MUNIN_DIRS} \
USERS= munin
GROUPS= munin
PLIST_SUB= ${MUNIN_DIRS} USER=${USERS} GROUP=${GROUPS}
+SUB_LIST= ${MUNIN_DIRS} USER=${USERS} GROUP=${GROUPS}
CPE_VENDOR= munin-monitoring