diff options
author | mat <mat@FreeBSD.org> | 2015-10-02 15:52:35 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-10-02 15:52:35 +0800 |
commit | c145c2979f8d6c164eac0e6071d390882968f5ac (patch) | |
tree | 94266b89267551ef92614794dcd5d7e8ee628639 /sysutils/munin-master | |
parent | 7ca7e487d3cd4e668af62dff117e80e3f9972c71 (diff) | |
download | freebsd-ports-gnome-c145c2979f8d6c164eac0e6071d390882968f5ac.tar.gz freebsd-ports-gnome-c145c2979f8d6c164eac0e6071d390882968f5ac.tar.zst freebsd-ports-gnome-c145c2979f8d6c164eac0e6071d390882968f5ac.zip |
Try and fix the ownership of munin's home directory.
Sponsored by: Absolight, The FreeBSD Foundation
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 2d010485b63c..c82b134d58a7 100644 --- a/sysutils/munin-master/Makefile +++ b/sysutils/munin-master/Makefile @@ -3,7 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master diff --git a/sysutils/munin-master/pkg-plist b/sysutils/munin-master/pkg-plist index a35af892b0a4..a71b65f9edaa 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(%%USER%%,%%GROUP%%,) %%DBDIR%% +@comment @dir %%DBDIR%% |