diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-02 13:28:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-02 13:28:12 +0000 |
commit | d3bff0c9eed351fe6405dd4580d5e9b16a1909e1 (patch) | |
tree | 266939a8c481234e397ea9db1a1b7dddcf86e53f /benchmarks | |
parent | cc3ade74c8a818bdfef3966f09a933928f942323 (diff) | |
download | pkgsrc-d3bff0c9eed351fe6405dd4580d5e9b16a1909e1.tar.gz |
Set WRKSRC after DISTNAME change.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/netpipe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile index 83087f7799a..c58692ca399 100644 --- a/benchmarks/netpipe/Makefile +++ b/benchmarks/netpipe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/10/28 16:53:03 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/11/02 13:28:12 wiz Exp $ DISTNAME= NetPIPE_2.4 PKGNAME= netpipe-2.4 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.scl.ameslab.gov/netpipe/ COMMENT= TCP/PVM/MPI testing and performance measuring tool PKG_INSTALLATION_TYPES= overwrite pkgviews +WRKSRC= ${WRKDIR}/netpipe-2.4 .include "../../mk/bsd.prefs.mk" |