diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-10-12 21:31:16 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-10-12 21:31:16 +0000 |
commit | b55987c06c3762a9a5d6ae1096c2cdb40be1d1a1 (patch) | |
tree | e4e7ecddfe8248954bdd35a3bdeefc5d216d1e39 /net-mgmt | |
parent | 6deb4d378497f05024547aee06134d678e6a9fb1 (diff) | |
download | ports-b55987c06c3762a9a5d6ae1096c2cdb40be1d1a1.tar.gz ports-b55987c06c3762a9a5d6ae1096c2cdb40be1d1a1.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 5 |
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 |