svn commit: r338722 - head/benchmarks/scimark2c

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 5 00:48:45 UTC 2014


Author: bapt
Date: Sun Jan  5 00:48:45 2014
New Revision: 338722
URL: http://svnweb.freebsd.org/changeset/ports/338722

Log:
  Support stage
  Use bsdtar to extract the zip file

Modified:
  head/benchmarks/scimark2c/Makefile

Modified: head/benchmarks/scimark2c/Makefile
==============================================================================
--- head/benchmarks/scimark2c/Makefile	Sun Jan  5 00:46:20 2014	(r338721)
+++ head/benchmarks/scimark2c/Makefile	Sun Jan  5 00:48:45 2014	(r338722)
@@ -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 at 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} "*****************************************************************************"


More information about the svn-ports-all mailing list