diff options
author | mat <mat@FreeBSD.org> | 2015-03-25 23:54:46 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-03-25 23:54:46 +0800 |
commit | ad3758dfa9ea3ee05bb4131436776dd42d141a05 (patch) | |
tree | 5e3e5ed186ebb167a1cf84c74c6f79e72ba76b94 /sysutils | |
parent | 37dd0075753949cd4b0cea0cc8955eecdaae69b6 (diff) | |
download | freebsd-ports-gnome-ad3758dfa9ea3ee05bb4131436776dd42d141a05.tar.gz freebsd-ports-gnome-ad3758dfa9ea3ee05bb4131436776dd42d141a05.tar.zst freebsd-ports-gnome-ad3758dfa9ea3ee05bb4131436776dd42d141a05.zip |
Trying to shut stage-qa up without testint is bad.
Pointed out by: Mike Harding
Sponsored by: Absolight
Diffstat (limited to 'sysutils')
-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%% |