diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-25 11:41:31 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-25 11:41:31 +0000 |
commit | f6e67d43da580385fb979f79bb524cc4490c05e6 (patch) | |
tree | c04bb86f7f658e9d70fddc29cf314df7350c74de /sysutils/munin-master | |
parent | 90e3f72974e86bfa4bd5088253b00202ed721f45 (diff) | |
download | ports-f6e67d43da580385fb979f79bb524cc4490c05e6.tar.gz ports-f6e67d43da580385fb979f79bb524cc4490c05e6.zip |
Notes
Diffstat (limited to 'sysutils/munin-master')
-rw-r--r-- | sysutils/munin-master/Makefile | 6 | ||||
-rw-r--r-- | sysutils/munin-master/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile index 6813daca9e57..f8fb296b27a2 100644 --- a/sysutils/munin-master/Makefile +++ b/sysutils/munin-master/Makefile @@ -3,7 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master @@ -15,7 +15,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \ munin-common>=0:${PORTSDIR}/sysutils/munin-common \ rrdtool>=0:${PORTSDIR}/databases/rrdtool \ p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ - p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm \ + p5-CGI>=0:${PORTSDIR}/www/p5-CGI \ p5-DateTime-HiRes>=0:${PORTSDIR}/devel/p5-DateTime-HiRes \ p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ @@ -27,7 +27,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \ p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced RUN_DEPENDS= munin-common>=0:${PORTSDIR}/sysutils/munin-common \ rrdtool>=0:${PORTSDIR}/databases/rrdtool \ - p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm \ + p5-CGI>=0:${PORTSDIR}/www/p5-CGI \ p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ p5-DateTime-HiRes>=0:${PORTSDIR}/devel/p5-DateTime-HiRes \ p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ diff --git a/sysutils/munin-master/pkg-plist b/sysutils/munin-master/pkg-plist index 8cc28a0fb14a..f3f9a6ad86b2 100644 --- a/sysutils/munin-master/pkg-plist +++ b/sysutils/munin-master/pkg-plist @@ -81,3 +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%% |