summaryrefslogtreecommitdiff
path: root/benchmarks/geekbench/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2011-07-24 17:44:20 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2011-07-24 17:44:20 +0000
commit0922a27da00a00cc039208eee72c999d06341ed3 (patch)
treeafe7a303b86d436693e821949727c750452e3f68 /benchmarks/geekbench/Makefile
parentUpdate to 0.14.4 (diff)
Update to 2.1.13
Update WWW PR: 158764 Submitted by: Dee-Nice <hostmaster@dee-nice.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=278249
Diffstat (limited to 'benchmarks/geekbench/Makefile')
-rw-r--r--benchmarks/geekbench/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/geekbench/Makefile b/benchmarks/geekbench/Makefile
index 5f88f7c3e58c..889e1d967428 100644
--- a/benchmarks/geekbench/Makefile
+++ b/benchmarks/geekbench/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= geekbench
-PORTVERSION= 2.0.15
+PORTVERSION= 2.1.13
CATEGORIES= benchmarks
MASTER_SITES= http://www.primatelabs.ca/download/
-DISTNAME= Geekbench2-Linux
+DISTNAME= Geekbench21-Linux
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= gslin@gslin.org
@@ -19,9 +19,10 @@ NO_BUILD= yes
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= yes
+WRKSRC= ${WRKDIR}/dist/${DISTNAME}
PLIST_FILES= bin/geekbench
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/geekbench ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/geekbench_x86_32 ${PREFIX}/bin/geekbench
.include <bsd.port.mk>