diff options
author | minskim <minskim> | 2004-07-30 15:50:37 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-07-30 15:50:37 +0000 |
commit | f5b1e9c5a338f0816138685ecf3241acc556ddb3 (patch) | |
tree | 35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks/netpipe | |
parent | 7440442ac6f348f4b95dd361904089cae27a1ec6 (diff) | |
download | pkgsrc-f5b1e9c5a338f0816138685ecf3241acc556ddb3.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/netpipe')
-rw-r--r-- | benchmarks/netpipe/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile index e4ef0ac2a6d..bd7c7aed7f3 100644 --- a/benchmarks/netpipe/Makefile +++ b/benchmarks/netpipe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/09/19 18:14:02 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2004/07/30 15:50:38 minskim Exp $ DISTNAME= netpipe-2.4 CATEGORIES= benchmarks net @@ -8,6 +8,8 @@ MAINTAINER= thorpej@NetBSD.org HOMEPAGE= http://www.scl.ameslab.gov/netpipe/ COMMENT= TCP/PVM/MPI testing and performance measuring tool +PKG_INSTALLATION_TYPES= overwrite pkgviews + .include "../../mk/bsd.prefs.mk" CFLAGS+= -DHAVE_GETRUSAGE @@ -16,6 +18,8 @@ CFLAGS+= -DHAVE_GETRUSAGE MAKE_ENV+= EXTRA_LIBS="-lsocket -lnsl" .endif +INSTALLATION_DIRS= bin man/man1 + do-install: cd ${WRKSRC} ; \ ${INSTALL_PROGRAM} NPtcp ${PREFIX}/bin/NPtcp ; \ |