aboutsummaryrefslogtreecommitdiff
path: root/sysutils/munin-master/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-12-26 17:30:00 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-12-26 17:30:00 +0000
commit07e393b388cf892fc4d8796ab46ad7e682fdc3ff (patch)
treeae6014d0bdca6a4de4e5d183824bbdb68bcad345 /sysutils/munin-master/Makefile
parente7ec65055d7ea41996b9d9a19c202a9ff175b3e0 (diff)
downloadports-07e393b388cf892fc4d8796ab46ad7e682fdc3ff.tar.gz
ports-07e393b388cf892fc4d8796ab46ad7e682fdc3ff.zip
Drop newsyslog's configuration into etc/newsyslog.conf.d.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=429557
Diffstat (limited to 'sysutils/munin-master/Makefile')
-rw-r--r--sysutils/munin-master/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile
index aebab5313100..ca7d9c2ff99d 100644
--- a/sysutils/munin-master/Makefile
+++ b/sysutils/munin-master/Makefile
@@ -3,6 +3,7 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
+PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -master
@@ -61,6 +62,7 @@ post-install:
)
(cd ${STAGEDIR}${ETCDIR}; for i in `find . -type f`; do mv $$i $$i.sample; done)
${MV} ${STAGEDIR}${WWWDIR}/.htaccess ${STAGEDIR}${WWWDIR}/.htaccess.sample
+ ${INSTALL_DATA} ${FILESDIR}/newsyslog ${STAGEDIR}${ETCDIR}/munin-master.newsyslog
.include <bsd.port.pre.mk>