summaryrefslogtreecommitdiff
path: root/benchmarks/randread
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/randread
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'benchmarks/randread')
-rw-r--r--benchmarks/randread/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/randread/Makefile b/benchmarks/randread/Makefile
index c2db6fb9fce..4d59771eb00 100644
--- a/benchmarks/randread/Makefile
+++ b/benchmarks/randread/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:31:04 martti Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/20 12:08:12 agc Exp $
#
DISTNAME= randread-0.1
-WRKSRC= ${WRKDIR}
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=randread/}
@@ -11,6 +10,7 @@ HOMEPAGE= http://randread.sourceforge.net/
COMMENT= Program to help benchmark random disk read performance
ALL_TARGET= randread
+WRKSRC= ${WRKDIR}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/randread ${PREFIX}/sbin