aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/netio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 23:09:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 23:09:24 +0000
commitf811bf8ec54bdf5c145f71aa36f4abe1eec95678 (patch)
treeda7b3e5b0d7d95967eb096484d74d48d57ebcf02 /benchmarks/netio
parent5163781803124a083a6fdae72fd2235faf64ac0c (diff)
downloadports-f811bf8ec54bdf5c145f71aa36f4abe1eec95678.tar.gz
ports-f811bf8ec54bdf5c145f71aa36f4abe1eec95678.zip
Convert benchmarks from USE_GMAKE to USES=gmake
While here: - Trim headers - convert some port to the new perl5 world
Notes
Notes: svn path=/head/; revision=325728
Diffstat (limited to 'benchmarks/netio')
-rw-r--r--benchmarks/netio/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile
index bb4def0b95ad..cc2cdcf39ea4 100644
--- a/benchmarks/netio/Makefile
+++ b/benchmarks/netio/Makefile
@@ -1,7 +1,4 @@
-# New ports collection Makefile for: netio
-# Date created: 2005-01-09
-# Whom: arved
-#
+# Created by: arved
# $FreeBSD$
PORTNAME= netio
@@ -16,7 +13,7 @@ COMMENT= Network benchmark
WRKSRC= ${WRKDIR}
USE_ZIP= yes
-USE_GMAKE= yes
+USES= gmake
PLIST_FILES= bin/netio
CFLAGS+= -DUNIX ${PTHREAD_CFLAGS}