summaryrefslogtreecommitdiff
path: root/benchmarks/postmark
diff options
context:
space:
mode:
authorwiz <wiz>2001-04-09 11:45:33 +0000
committerwiz <wiz>2001-04-09 11:45:33 +0000
commit2c821e7d3401d3414bcacfe339aaa47679dd3fa2 (patch)
tree983eb724fe1ff722e2ee13ead5cd2a7f8a091e31 /benchmarks/postmark
parent6aa8407776fdcd1fb4c263050a3d1d1be38e936f (diff)
downloadpkgsrc-2c821e7d3401d3414bcacfe339aaa47679dd3fa2.tar.gz
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Diffstat (limited to 'benchmarks/postmark')
-rw-r--r--benchmarks/postmark/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile
index 9c57e4dfbf6..41b21b0c0b3 100644
--- a/benchmarks/postmark/Makefile
+++ b/benchmarks/postmark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 13:37:57 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/04/09 11:45:39 wiz Exp $
# FreeBSD ID: ports/benchmarks/postmark/Makefile,v 1.2 1999/09/19 05:13:20 obrien Exp
#
@@ -29,7 +29,7 @@ benchmark:
@(cd ${WRKSRC}; ${ECHO} run | ./postmark | tee postmark.out)
results:
- -@${MKDIR} /tmp/benches/`domainname`
+ @${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/postmark.out /tmp/benches/`domainname`/postmark.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"