summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authormrg <mrg>1998-09-01 16:42:33 +0000
committermrg <mrg>1998-09-01 16:42:33 +0000
commitdce2bc4d6518092c5d1898181878d777578137cf (patch)
treef5404ed28c74e235d3fddad16bfb65151d878ae5 /benchmarks
parent49953eca8aeeac53585d36e7b28111ebcef22eed (diff)
downloadpkgsrc-dce2bc4d6518092c5d1898181878d777578137cf.tar.gz
use ${WRKDIR} not `work'
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/iozone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index dc90b203c44..6432351660a 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1998/08/30 17:42:25 garbled Exp $
+# $NetBSD: Makefile,v 1.2 1998/09/01 16:42:33 mrg Exp $
DISTNAME= iozone
PKGNAME= iozone-1.14b
@@ -11,7 +11,7 @@ MAINTAINER= root@garbled.net
NO_WRKSUBDIR= yes
do-build:
- (cd work && cc -O2 -o iozone iozone.c)
+ (cd ${WRKDIR} && cc -O2 -o iozone iozone.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin