svn commit: r491940 - in head/benchmarks: netio scimark2 scimark2c

Tobias Kortkamp tobik at FreeBSD.org
Sat Feb 2 10:30:07 UTC 2019


Author: tobik
Date: Sat Feb  2 10:30:05 2019
New Revision: 491940
URL: https://svnweb.freebsd.org/changeset/ports/491940

Log:
  benchmarks/*: Use NO_WRKSUBDIR

Modified:
  head/benchmarks/netio/Makefile
  head/benchmarks/scimark2/Makefile
  head/benchmarks/scimark2c/Makefile

Modified: head/benchmarks/netio/Makefile
==============================================================================
--- head/benchmarks/netio/Makefile	Sat Feb  2 10:29:24 2019	(r491939)
+++ head/benchmarks/netio/Makefile	Sat Feb  2 10:30:05 2019	(r491940)
@@ -10,14 +10,15 @@ DISTNAME=	netio132
 MAINTAINER=	arved at FreeBSD.org
 COMMENT=	Network benchmark
 
-WRKSRC=		${WRKDIR}
 USES=		dos2unix gmake zip
 DOS2UNIX_FILES=	Makefile netio.c
+
+NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/netio
 
 CFLAGS+=	-DUNIX -DSOCKLEN_T
 LIBS+=		-pthread
-MAKE_ENV+=	OUT=-o
+MAKE_ENV=	OUT=-o
 
 OPTIONS_DEFINE=	IPV6
 IPV6_PLIST_FILES=	bin/netio6

Modified: head/benchmarks/scimark2/Makefile
==============================================================================
--- head/benchmarks/scimark2/Makefile	Sat Feb  2 10:29:24 2019	(r491939)
+++ head/benchmarks/scimark2/Makefile	Sat Feb  2 10:30:05 2019	(r491940)
@@ -12,8 +12,6 @@ DISTNAME=	${PORTNAME}src
 MAINTAINER=	thierry at FreeBSD.org
 COMMENT=	Java benchmark for scientific and numerical computing
 
-WRKSRC=		${WRKDIR}
-
 USES=		zip
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
@@ -25,6 +23,7 @@ SMDIR=		${PREFIX}/${LSMDIR}
 
 SMSH=		${PORTNAME}${PKGNAMESUFFIX}
 
+NO_WRKSUBDIR=	yes
 PLIST_SUB=	SMDIR=${LSMDIR}
 SUB_FILES=	pkg-message
 SUB_LIST=	SMSH=${SMSH}

Modified: head/benchmarks/scimark2c/Makefile
==============================================================================
--- head/benchmarks/scimark2c/Makefile	Sat Feb  2 10:29:24 2019	(r491939)
+++ head/benchmarks/scimark2c/Makefile	Sat Feb  2 10:30:05 2019	(r491940)
@@ -12,8 +12,8 @@ COMMENT=	ANSI C version of the SciMark2 benchmark
 
 USES=		zip
 
+NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/scimark2
-WRKSRC=		${WRKDIR}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/scimark2 ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list