aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cacti-spine/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2006-11-03 11:02:56 +0000
committerClement Laforet <clement@FreeBSD.org>2006-11-03 11:02:56 +0000
commit3d6000ad4775146878341efe92b304d0b32094fd (patch)
tree64a4dc252fee186511ce2a4e6eb6580f5bba2ffe /net-mgmt/cacti-spine/Makefile
parent3c07ef37e1fb9de641e50adea37104775a252b66 (diff)
Notes
Diffstat (limited to 'net-mgmt/cacti-spine/Makefile')
-rw-r--r--net-mgmt/cacti-spine/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile
index 8d14cb510264..d6943a74300d 100644
--- a/net-mgmt/cacti-spine/Makefile
+++ b/net-mgmt/cacti-spine/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= cactid
-PORTVERSION= 0.8.6.g
+PORTVERSION= 0.8.6.i
CATEGORIES= net
MASTER_SITES= http://www.cacti.net/downloads/cactid/
-DISTNAME= cacti-${PORTNAME}-0.8.6g
+DISTNAME= cacti-${PORTNAME}-0.8.6i
MAINTAINER= clement@FreeBSD.org
COMMENT= A multithreaded poller for Cacti written in C
@@ -25,10 +25,10 @@ post-patch:
@${REINPLACE_CMD} 's,%%PREFIX%%,${PREFIX},' \
${WRKSRC}/cactid.h
-post-install:
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/cactid ${PREFIX}/bin
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/cactid.conf ${EXAMPLESDIR}
@[ -e ${PREFIX}/etc/cactid.conf ] || \
${INSTALL_DATA} ${EXAMPLESDIR}/cactid.conf ${PREFIX}/etc/
-
.include <bsd.port.mk>