diff options
Diffstat (limited to 'benchmarks/geekbench/Makefile')
-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 |