summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-10-16 05:18:23 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-10-16 05:18:23 +0000
commitc2c86d8f88bebf275c00b7ed1b4f1b20a876cc72 (patch)
treea511e361c46f7ffb491f981058ac8e0f293fd5f7 /net
parentRespect CC, CFLAGS and PREFIX (diff)
Respect PREFIX
Notes
Notes: svn path=/head/; revision=145510
Diffstat (limited to 'net')
-rw-r--r--net/bing/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bing/Makefile b/net/bing/Makefile
index 0d98b1316c94..3d02bd6d1eda 100644
--- a/net/bing/Makefile
+++ b/net/bing/Makefile
@@ -15,7 +15,9 @@ COMMENT= A point-to-point bandwith measurement tool
MAN8= bing.8
-post-install:
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/bing ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/bing.8 ${MANPREFIX}/man/man8
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}