diff options
author | mat <mat@FreeBSD.org> | 2016-08-04 22:51:40 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-04 22:51:40 +0800 |
commit | 960eb0877de3374a06812e5571da93b7c8da589c (patch) | |
tree | 6c2019e9d6cb3ad068a0db81a75f9ac2d15b3266 /sysutils | |
parent | e8fbd1ff630ecf4877cffb8a2126c580a51a16c0 (diff) | |
download | freebsd-ports-gnome-960eb0877de3374a06812e5571da93b7c8da589c.tar.gz freebsd-ports-gnome-960eb0877de3374a06812e5571da93b7c8da589c.tar.zst freebsd-ports-gnome-960eb0877de3374a06812e5571da93b7c8da589c.zip |
Actually install bcr's plugins.
Sponsored by: Absolight
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/munin-node/Makefile | 3 | ||||
-rw-r--r-- | sysutils/munin-node/pkg-plist | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index c8afffdd95a7..25a2af4cd883 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -3,7 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node @@ -73,6 +73,7 @@ post-patch: post-install: ${MKDIR} ${STAGEDIR}${DBDIR}/plugin-state ${STAGEDIR}${SPOOLDIR}/async + ${INSTALL_SCRIPT} ${.CURDIR}/plugins/* ${STAGEDIR}${DATADIR}/plugins/ ${INSTALL_DATA} ${WRKSRC}/build/node/munin-node.conf \ ${STAGEDIR}${ETCDIR}/munin-node.conf.sample ${INSTALL_DATA} ${WRKDIR}/plugins.conf \ diff --git a/sysutils/munin-node/pkg-plist b/sysutils/munin-node/pkg-plist index 6f755c8ce0c3..75e574e91128 100644 --- a/sysutils/munin-node/pkg-plist +++ b/sysutils/munin-node/pkg-plist @@ -250,7 +250,10 @@ sbin/munin-sched %%DATADIR%%/plugins/users %%PERL%%%%DATADIR%%/plugins/varnish_ %%DATADIR%%/plugins/vmstat +%%DATADIR%%/plugins/zfs_compress %%DATADIR%%/plugins/zimbra_ +%%DATADIR%%/plugins/zpool_chksum +%%DATADIR%%/plugins/zpool_dedup @dir(%%USER%%,%%GROUP%%,) %%DBDIRNODE%%/plugin-state @dir %%ETCDIR%%/plugins @dir(%%USER%%,%%GROUP%%,) %%SPOOLDIR%%/async |