diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:09:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:09:24 +0800 |
commit | 8350bf809c3947393ef0ede7b616ef489de79606 (patch) | |
tree | da7b3e5b0d7d95967eb096484d74d48d57ebcf02 /benchmarks/nttcp | |
parent | 216ddc419baa671bdc18a793418729537600d99b (diff) | |
download | freebsd-ports-gnome-8350bf809c3947393ef0ede7b616ef489de79606.tar.gz freebsd-ports-gnome-8350bf809c3947393ef0ede7b616ef489de79606.tar.zst freebsd-ports-gnome-8350bf809c3947393ef0ede7b616ef489de79606.zip |
Convert benchmarks from USE_GMAKE to USES=gmake
While here:
- Trim headers
- convert some port to the new perl5 world
Diffstat (limited to 'benchmarks/nttcp')
-rw-r--r-- | benchmarks/nttcp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile index 6ffb5eb7594c..6aad71c64d84 100644 --- a/benchmarks/nttcp/Makefile +++ b/benchmarks/nttcp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nttcp -# Date created: 11 Nov 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> -# +# Created by: Bill Fumerola <billf@chc-chimes.com> # $FreeBSD$ -# PORTNAME= nttcp PORTVERSION= 1.47 @@ -20,7 +16,7 @@ RESTRICTED= No commercial use ALL_TARGET= nttcp MAN1= nttcp.1 PLIST_FILES= bin/nttcp -USE_GMAKE= yes +USES= gmake MAKE_ENV+= OPT="${CFLAGS}" NOPRECIOUSMAKEVARS=yes |