summaryrefslogtreecommitdiff
path: root/net/bing
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
parentI didn't notice that a few of the man pages were symlinks only. Correct (diff)
- Update MASTER_SITES
- Portlint PR: 49099 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=77424
Diffstat (limited to 'net/bing')
-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>