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