summaryrefslogtreecommitdiff
path: root/benchmarks/dbench
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /benchmarks/dbench
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'benchmarks/dbench')
-rw-r--r--benchmarks/dbench/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 94305fcc5c5..203e8e40ccb 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/09/19 18:08:14 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/20 12:08:12 agc Exp $
#
DISTNAME= dbench-1.3
-WRKSRC= ${WRKDIR}/dbench
CATEGORIES= benchmarks
MASTER_SITES= ftp://dnuc.polyn.kiae.su/pub/dbench/
@@ -10,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://samba.org/ftp/tridge/dbench/README
COMMENT= Simulation of the Ziff-Davis netbench benchmark
+WRKSRC= ${WRKDIR}/dbench
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"