diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-25 15:54:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-25 15:54:46 +0000 |
commit | 8a578ac838b28b2de54a0b8aeae40438c0bab678 (patch) | |
tree | 5e3e5ed186ebb167a1cf84c74c6f79e72ba76b94 /sysutils/munin-master | |
parent | b9add4e33e0ae36c262d3d0887b25e253d8fbfd9 (diff) | |
download | ports-8a578ac838b28b2de54a0b8aeae40438c0bab678.tar.gz ports-8a578ac838b28b2de54a0b8aeae40438c0bab678.zip |
Notes
Diffstat (limited to 'sysutils/munin-master')
-rw-r--r-- | sysutils/munin-master/Makefile | 2 | ||||
-rw-r--r-- | sysutils/munin-master/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile index f8fb296b27a2..2d010485b63c 100644 --- a/sysutils/munin-master/Makefile +++ b/sysutils/munin-master/Makefile @@ -3,7 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master diff --git a/sysutils/munin-master/pkg-plist b/sysutils/munin-master/pkg-plist index f3f9a6ad86b2..a35af892b0a4 100644 --- a/sysutils/munin-master/pkg-plist +++ b/sysutils/munin-master/pkg-plist @@ -81,4 +81,4 @@ www/cgi-bin/munin-cgi-html @dir %%ETCDIR%%/munin-conf.d @dir(%%USER%%,%%GROUP%%,) %%WWWDIR%% @dir(%%WWWOWN%%,%%WWWGRP%%,) %%DBDIR%%/cgi-tmp -@dir %%DBDIR%% +@dir(%%USER%%,%%GROUP%%,) %%DBDIR%% |