diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-27 14:46:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-27 14:46:49 +0000 |
commit | 21d75afe6bd40dba92325479c1fce64c38eb123a (patch) | |
tree | c41152453814e27a8d9753431b9ef839472f8d33 /net-mgmt/cacti | |
parent | 6444e5d590fc32379c35235fc0f154eee433c9ac (diff) | |
download | ports-21d75afe6bd40dba92325479c1fce64c38eb123a.tar.gz ports-21d75afe6bd40dba92325479c1fce64c38eb123a.zip |
Notes
Diffstat (limited to 'net-mgmt/cacti')
-rw-r--r-- | net-mgmt/cacti/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/cacti/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/cacti/pkg-plist | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index 8d0d5da63f9c..01e39ad43f1d 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cacti -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.5a CATEGORIES= net MASTER_SITES= http://www.raxnet.net/downloads/cacti/ @@ -26,6 +26,9 @@ CACTIUSER?= cacti CACTIGROUP?= ${CACTIUSER} PLIST_SUB+= CACTIDIR=${CACTIDIR} +post-extract: + @${RM} -rf ${WRKSRC}/cactid/.deps + post-patch: @${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}| ; \ s|%%CACTIDIR%%|${CACTIDIR}| ; \ diff --git a/net-mgmt/cacti/distinfo b/net-mgmt/cacti/distinfo index 8eb826dc2f54..cb6e18d83563 100644 --- a/net-mgmt/cacti/distinfo +++ b/net-mgmt/cacti/distinfo @@ -1 +1,2 @@ -MD5 (cacti-0.8.5.tar.gz) = 72d5710d404d7d2d9ab8f14ee19f91ea +MD5 (cacti-0.8.5a.tar.gz) = 2b9ef4194664d65b86cdcc9a0f126609 +SIZE (cacti-0.8.5a.tar.gz) = 986785 diff --git a/net-mgmt/cacti/pkg-plist b/net-mgmt/cacti/pkg-plist index f7cacd3971b8..08a2be9f5b19 100644 --- a/net-mgmt/cacti/pkg-plist +++ b/net-mgmt/cacti/pkg-plist @@ -264,6 +264,7 @@ %%CACTIDIR%%/lib/form.php %%CACTIDIR%%/lib/functions.php %%CACTIDIR%%/lib/graph_export.php +%%CACTIDIR%%/lib/graph_variables.php %%CACTIDIR%%/lib/import.php %%CACTIDIR%%/lib/rrd.php %%CACTIDIR%%/lib/snmp.php @@ -288,6 +289,7 @@ %%CACTIDIR%%/rra/.placeholder %%CACTIDIR%%/scripts/3com_cable_modem.pl %%CACTIDIR%%/scripts/diskfree.pl +%%CACTIDIR%%/scripts/diskfree.sh %%CACTIDIR%%/scripts/linux_memory.pl %%CACTIDIR%%/scripts/loadavg.pl %%CACTIDIR%%/scripts/loadavg_multi.pl |