aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/geekbench/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/geekbench/Makefile b/benchmarks/geekbench/Makefile
index a31f06c972b7..dcd3590bf540 100644
--- a/benchmarks/geekbench/Makefile
+++ b/benchmarks/geekbench/Makefile
@@ -18,8 +18,8 @@ USE_LINUX= yes
WRKSRC= ${WRKDIR}/dist/${DISTNAME}
PLIST_FILES= bin/geekbench
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/geekbench_x86_32 ${PREFIX}/bin/geekbench
+ ${INSTALL_PROGRAM} ${WRKSRC}/geekbench_x86_32 \
+ ${STAGEDIR}${PREFIX}/bin/geekbench
.include <bsd.port.mk>