summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 00:49:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 00:49:55 +0000
commit48213b26e0883c379fade6e570b00e8a23dd2fa1 (patch)
tree558c75f8528af7bd1a8d1703d5ecc37abb306ad7 /benchmarks
parentSupport stage (diff)
Support stage
Notes
Notes: svn path=/head/; revision=338723
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/randomio/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/benchmarks/randomio/Makefile b/benchmarks/randomio/Makefile
index ca2b74c34530..4eb7781825f6 100644
--- a/benchmarks/randomio/Makefile
+++ b/benchmarks/randomio/Makefile
@@ -7,14 +7,13 @@ CATEGORIES= benchmarks
MASTER_SITES= http://www.arctic.org/~dean/randomio/
MAINTAINER= pluknet@gmail.com
-COMMENT= A multithreaded disk i/o microbenchmark
+COMMENT= Multithreaded disk i/o microbenchmark
USE_BZIP2= yes
USES= gmake
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>