aboutsummaryrefslogtreecommitdiff
path: root/net/bing/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-03-25 00:44:29 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-03-25 00:44:29 +0000
commit0552c669432737b1b80e35ef228a687fd7c3a677 (patch)
tree57459c8a4b12ff4a079b008f870b2fde46368326 /net/bing/Makefile
parentcd0b9ff849e729a3de3aabe50eba3cefb91d0cd9 (diff)
downloadports-0552c669432737b1b80e35ef228a687fd7c3a677.tar.gz
ports-0552c669432737b1b80e35ef228a687fd7c3a677.zip
Notes
Diffstat (limited to 'net/bing/Makefile')
-rw-r--r--net/bing/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/bing/Makefile b/net/bing/Makefile
index f20f18f6f08c..1e04652bb1fc 100644
--- a/net/bing/Makefile
+++ b/net/bing/Makefile
@@ -8,17 +8,17 @@
PORTNAME= bing
PORTVERSION= 1.0.4
CATEGORIES= net
-MASTER_SITES= ftp://ftp.lip6.fr/pub/networking/
+MASTER_SITES= ftp://netsw.org/net/ip/audit/load/bing/
MAINTAINER= ports@FreeBSD.org
COMMENT= A point-to-point bandwith measurement tool
-MAN8= bing.8
+MAN8= bing.8
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/bing
- ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bing
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>