summaryrefslogtreecommitdiff
path: root/net/bing
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-03-24 19:21:18 +0000
committerjoerg <joerg@pkgsrc.org>2007-03-24 19:21:18 +0000
commit161c920c15367de281f689f6f1177c3a33e63cc6 (patch)
treea57573ceef3abc19d705671351ee7db9e9292311 /net/bing
parent8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff)
downloadpkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'net/bing')
-rw-r--r--net/bing/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bing/Makefile b/net/bing/Makefile
index 008465cdd4c..cf25ae37efc 100644
--- a/net/bing/Makefile
+++ b/net/bing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2007/02/22 19:26:52 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2007/03/24 19:21:29 joerg Exp $
DISTNAME= bing-1.0.4
CATEGORIES= net
@@ -14,8 +14,9 @@ COMMENT= Bing is a point-to-point bandwidth measurement tool
LDFLAGS+= -lsocket -lnsl
.endif
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 share/doc/bing
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bing
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bing
.include "../../mk/bsd.pkg.mk"