aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 00:48:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 00:48:45 +0000
commit06c65dcdee9efa7f5af3a3d43adf88ac01288a9e (patch)
tree173c29331953a1299aa3e8ec402bc7046af3e6d7 /benchmarks
parentafa5ad4f609ffa21d15558d9615d4a2dd234a210 (diff)
downloadports-06c65dcdee9efa7f5af3a3d43adf88ac01288a9e.tar.gz
ports-06c65dcdee9efa7f5af3a3d43adf88ac01288a9e.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/scimark2c/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/benchmarks/scimark2c/Makefile b/benchmarks/scimark2c/Makefile
index c5bf5769d7b5..97ab4facb511 100644
--- a/benchmarks/scimark2c/Makefile
+++ b/benchmarks/scimark2c/Makefile
@@ -6,17 +6,16 @@ DISTVERSION= 2_1
CATEGORIES= benchmarks
MASTER_SITES= http://math.nist.gov/scimark2/
DISTNAME= ${PORTNAME:S/2/${DISTVERSION}/}
+EXTRACT_SUFX= .zip
MAINTAINER= thierry@pompo.net
-COMMENT= An ANSI C version of the SciMark2 benchmark
+COMMENT= ANSI C version of the SciMark2 benchmark
PLIST_FILES= bin/scimark2
WRKSRC= ${WRKDIR}
-USE_ZIP= yes
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/scimark2 ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/scimark2 ${STAGEDIR}${PREFIX}/bin
post-install:
@${ECHO} "*****************************************************************************"