diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-26 14:30:06 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-26 14:30:06 +0800 |
commit | 2672708f65844cb046d7512ba11e7b0c6874f31a (patch) | |
tree | 95cb157be416d05a04171e53f7a6259dd0aaf080 /benchmarks | |
parent | 6639738b68f4ff4b2ea9f7f7b93a689ef325fb71 (diff) | |
download | freebsd-ports-gnome-2672708f65844cb046d7512ba11e7b0c6874f31a.tar.gz freebsd-ports-gnome-2672708f65844cb046d7512ba11e7b0c6874f31a.tar.zst freebsd-ports-gnome-2672708f65844cb046d7512ba11e7b0c6874f31a.zip |
Support staging
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/geekbench/Makefile | 4 |
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> |