diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-05 08:48:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-05 08:48:45 +0800 |
commit | 3ddfbf1c05d96fad953c3df355cfff195789326f (patch) | |
tree | 173c29331953a1299aa3e8ec402bc7046af3e6d7 /benchmarks | |
parent | 361bc33c98ade366ffb0498c803aa9af27001ea5 (diff) | |
download | freebsd-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/Makefile | 7 |
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} "*****************************************************************************" |