From 48213b26e0883c379fade6e570b00e8a23dd2fa1 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 5 Jan 2014 00:49:55 +0000 Subject: [PATCH] Support stage --- benchmarks/randomio/Makefile | 5 ++--- 1 file 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