Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 10:30:06 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491940 - in head/benchmarks: netio scimark2 scimark2c
Message-ID:  <201902021030.x12AU6qF017003@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902021030.x12AU6qF017003>