summaryrefslogtreecommitdiff
path: root/net-mgmt/smokeping
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2004-10-12 21:31:16 +0000
committerLars Thegler <lth@FreeBSD.org>2004-10-12 21:31:16 +0000
commitb55987c06c3762a9a5d6ae1096c2cdb40be1d1a1 (patch)
treee4e7ecddfe8248954bdd35a3bdeefc5d216d1e39 /net-mgmt/smokeping
parent- Update to 0.06 (diff)
Fix breakage on pointyhat's 4.x chroot environment
PR: ports/72401 Noticed by: pointyhat Submitted by: lth
Notes
Notes: svn path=/head/; revision=119103
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r--net-mgmt/smokeping/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index 840feb695232..ed48a4bdfd8b 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -143,8 +143,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/etc/${FILE}.dist ${PREFIX}/etc/smokeping/${FILE} ; \
fi
.endfor
- @${MKDIR} ${PREFIX}/smokeping
- @${CP} -Rp ${WRKSRC}/[hl]* ${PREFIX}/smokeping/
+ @${MKDIR} ${PREFIX}/smokeping/htdocs
+ @${INSTALL_SCRIPT} ${WRKSRC}/htdocs/smokeping.cgi ${PREFIX}/smokeping/htdocs/smokeping.cgi
+ @${CP} -R ${WRKSRC}/lib ${PREFIX}/smokeping/
@${MKDIR} ${PREFIX}/var/smokeping
@${CHOWN} ${USER}:${GROUP} ${PREFIX}/var/smokeping
@${MKDIR} ${PREFIX}/smokeping/htdocs/img