diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /benchmarks/hbench | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'benchmarks/hbench')
-rw-r--r-- | benchmarks/hbench/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile index 3c296973785..40c17dbd82e 100644 --- a/benchmarks/hbench/Makefile +++ b/benchmarks/hbench/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2002/11/11 00:54:28 seb Exp $ +# $NetBSD: Makefile,v 1.22 2003/03/29 12:40:11 jmmv Exp $ DISTNAME= hbench-OS-1.0 PKGNAME= hbench-1.0 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/hbench-OS CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.eecs.harvard.edu/pub/hbench-OS/ @@ -15,7 +16,6 @@ DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot USE_BUILDLINK2= YES OSVERSION_SPECIFIC= YES ALL_TARGET= build -WRKSRC= ${WRKDIR}/hbench-OS PLIST_SRC= ${WRKDIR}/PLIST-src |