aboutsummaryrefslogtreecommitdiffstats
path: root/net/bing
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-10-16 13:18:23 +0800
committerkris <kris@FreeBSD.org>2005-10-16 13:18:23 +0800
commit4f6fee7af39688cdc825471e1ca93415eb9428a9 (patch)
treefc6838f5bde143f167ddf0ab97db2b17964a77e2 /net/bing
parente0096e3970e7c6396822f9942d55ae1be74d3d8b (diff)
downloadfreebsd-ports-gnome-4f6fee7af39688cdc825471e1ca93415eb9428a9.tar.gz
freebsd-ports-gnome-4f6fee7af39688cdc825471e1ca93415eb9428a9.tar.zst
freebsd-ports-gnome-4f6fee7af39688cdc825471e1ca93415eb9428a9.zip
Respect PREFIX
Diffstat (limited to 'net/bing')
-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}