aboutsummaryrefslogtreecommitdiffstats
path: root/net/haproxy/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2015-09-08 22:56:33 +0800
committerdemon <demon@FreeBSD.org>2015-09-08 22:56:33 +0800
commit96c2efb114d80b3d948973bbc2f3b9a5867dc61a (patch)
tree6b08c7fab797417e2fa89bafc627f96848f44a11 /net/haproxy/Makefile
parent4b7328aeabde4088fb1ce2e22685c6ab3d3f9c99 (diff)
downloadfreebsd-ports-gnome-96c2efb114d80b3d948973bbc2f3b9a5867dc61a.tar.gz
freebsd-ports-gnome-96c2efb114d80b3d948973bbc2f3b9a5867dc61a.tar.zst
freebsd-ports-gnome-96c2efb114d80b3d948973bbc2f3b9a5867dc61a.zip
Fix path.
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r--net/haproxy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 9ae538999066..2f6936486cd7 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -48,7 +48,7 @@ post-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/
- ${INSTALL_PROGRAM} ${WRKSRC}/contrib/halog/halog ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/contrib/halog/halog ${STAGEDIR}${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR})