diff options
author | lth <lth@FreeBSD.org> | 2004-10-12 21:31:16 +0000 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2004-10-12 21:31:16 +0000 |
commit | 584e90992851d09ca4506de85bae919cd632e74a (patch) | |
tree | cc9d5d9958ab738c0cf7958744172ddf89a91b24 /net-mgmt | |
parent | 637a2ec2429f164c40dd3173447cf3a788f1361d (diff) | |
download | FreeBSD-ports-584e90992851d09ca4506de85bae919cd632e74a.zip FreeBSD-ports-584e90992851d09ca4506de85bae919cd632e74a.tar.gz |
Fix breakage on pointyhat's 4.x chroot environment
PR: ports/72401
Noticed by: pointyhat
Submitted by: lth
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 840feb6..ed48a4b 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 |