diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-30 15:50:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-30 15:50:37 +0000 |
commit | ffd9dd826138d4e63fb730d9faf4f5c8dc1031f7 (patch) | |
tree | 35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks/nttcp | |
parent | 485f69c405fc8271520cf840638b177a337b49f9 (diff) | |
download | pkgsrc-ffd9dd826138d4e63fb730d9faf4f5c8dc1031f7.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/nttcp')
-rw-r--r-- | benchmarks/nttcp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile index 7b25fd5f4ee..29a7a8046eb 100644 --- a/benchmarks/nttcp/Makefile +++ b/benchmarks/nttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/09/19 18:11:43 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2004/07/30 15:50:38 minskim Exp $ DISTNAME= nttcp-1.47 CATEGORIES= benchmarks net @@ -8,12 +8,16 @@ MAINTAINER= thorpej@NetBSD.org HOMEPAGE= http://www.leo.org/~elmar/nttcp/ COMMENT= New TCP testing and performance measuring tool +PKG_INSTALLATION_TYPES= overwrite pkgviews + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" MAKE_ENV+= LIB="-lsocket -lnsl" .endif +INSTALLATION_DIRS= bin man/man1 + do-install: cd ${WRKSRC} ; \ ${INSTALL_PROGRAM} nttcp ${PREFIX}/bin/nttcp ; \ |