svn commit: r346106 - head/benchmarks/geekbench
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Feb 26 06:30:06 UTC 2014
Author: ehaupt
Date: Wed Feb 26 06:30:06 2014
New Revision: 346106
URL: http://svnweb.freebsd.org/changeset/ports/346106
QAT: https://qat.redports.org/buildarchive/r346106/
Log:
Support staging
Modified:
head/benchmarks/geekbench/Makefile
Modified: head/benchmarks/geekbench/Makefile
==============================================================================
--- head/benchmarks/geekbench/Makefile Wed Feb 26 06:12:19 2014 (r346105)
+++ head/benchmarks/geekbench/Makefile Wed Feb 26 06:30:06 2014 (r346106)
@@ -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>
More information about the svn-ports-head
mailing list