aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 06:30:06 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 06:30:06 +0000
commit855d072aef6a8256c4d63393f1aba42e7c07e88f (patch)
tree95cb157be416d05a04171e53f7a6259dd0aaf080 /benchmarks
parent399eb55e5c4e0419b7f3ce20f68fa93a9134aa25 (diff)
downloadports-855d072aef6a8256c4d63393f1aba42e7c07e88f.tar.gz
ports-855d072aef6a8256c4d63393f1aba42e7c07e88f.zip
Support staging
Notes
Notes: svn path=/head/; revision=346106
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>