diff options
author | joerg <joerg> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-03-24 19:21:18 +0000 |
commit | a4de7735c807ba2004d03f48884c6342e3f6763c (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /net/bing | |
parent | 7cd9e5adbf8ac9e1b02c9e54118f0253a6988530 (diff) | |
download | pkgsrc-a4de7735c807ba2004d03f48884c6342e3f6763c.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'net/bing')
-rw-r--r-- | net/bing/Makefile | 5 |
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" |