aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-05 08:48:45 +0800
committerbapt <bapt@FreeBSD.org>2014-01-05 08:48:45 +0800
commit3ddfbf1c05d96fad953c3df355cfff195789326f (patch)
tree173c29331953a1299aa3e8ec402bc7046af3e6d7 /benchmarks
parent361bc33c98ade366ffb0498c803aa9af27001ea5 (diff)
downloadfreebsd-ports-graphics-3ddfbf1c05d96fad953c3df355cfff195789326f.tar.gz
freebsd-ports-graphics-3ddfbf1c05d96fad953c3df355cfff195789326f.tar.zst
freebsd-ports-graphics-3ddfbf1c05d96fad953c3df355cfff195789326f.zip
Support stage
Use bsdtar to extract the zip file
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 c5bf5769d7b..97ab4facb51 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} "*****************************************************************************"