diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /benchmarks/hbench | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
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 40c17dbd82e..0293e64c148 100644 --- a/benchmarks/hbench/Makefile +++ b/benchmarks/hbench/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2003/03/29 12:40:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.23 2004/01/20 12:08:12 agc 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/ @@ -13,6 +12,7 @@ COMMENT= Suite of portable benchmarks to measure the OS and the hardware DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot +WRKSRC= ${WRKDIR}/hbench-OS USE_BUILDLINK2= YES OSVERSION_SPECIFIC= YES ALL_TARGET= build |