diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | bd104e94125bfe7dfcebf5b4161276a4198449e9 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /benchmarks/iozone | |
parent | 7cae7f609b643bad775c5f59251c32e609dbdc0a (diff) | |
download | pkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index a4180dde379..1e9c29336dc 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2003/03/11 12:42:04 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2003/03/29 12:40:11 jmmv Exp $ DISTNAME= iozone3_163 PKGNAME= iozone-3.163 +WRKSRC= ${WRKDIR}/src/current CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ EXTRACT_SUFX= .tar @@ -12,7 +13,6 @@ COMMENT= Benchmark for file read and write speed RESTRICTED= "Publication of derivative works not allowed" -WRKSRC= ${WRKDIR}/src/current MAKEFILE= makefile .include "../../mk/bsd.prefs.mk" |