diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
commit | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (patch) | |
tree | 31ede4b6a16eed4dc573704597f9b61f97243a68 /benchmarks/geekbench | |
parent | d4278602bbf25b434150614a7797e9b8d7c8103f (diff) |
Notes
Diffstat (limited to 'benchmarks/geekbench')
-rw-r--r-- | benchmarks/geekbench/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/benchmarks/geekbench/Makefile b/benchmarks/geekbench/Makefile index 889e1d967428..a31f06c972b7 100644 --- a/benchmarks/geekbench/Makefile +++ b/benchmarks/geekbench/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: geekbench -# Date created: 2006-12-09 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= geekbench PORTVERSION= 2.1.13 @@ -22,6 +18,7 @@ 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 |