aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/cacti/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-05-27 22:46:49 +0800
committerpav <pav@FreeBSD.org>2004-05-27 22:46:49 +0800
commit898f99a6ea129208180374c37ea7a9f761dcf9e9 (patch)
tree6a5a24ecd12e98890950dd9754c8df830f5ec381 /net-mgmt/cacti/Makefile
parent507346a73797d612b32a4e7f1bbce407bc2c87fe (diff)
downloadfreebsd-ports-gnome-898f99a6ea129208180374c37ea7a9f761dcf9e9.tar.gz
freebsd-ports-gnome-898f99a6ea129208180374c37ea7a9f761dcf9e9.tar.zst
freebsd-ports-gnome-898f99a6ea129208180374c37ea7a9f761dcf9e9.zip
- Update to 0.8.5a
PR: ports/67253 Submitted by: Lars Thegler <lars@thegler.dk>
Diffstat (limited to 'net-mgmt/cacti/Makefile')
-rw-r--r--net-mgmt/cacti/Makefile5
1 files changed, 4 insertions, 1 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}| ; \