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/pathrate | |
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/pathrate')
-rw-r--r-- | benchmarks/pathrate/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/benchmarks/pathrate/Makefile b/benchmarks/pathrate/Makefile index ee5cc9ec2229..f2e03ab8b7a3 100644 --- a/benchmarks/pathrate/Makefile +++ b/benchmarks/pathrate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pathrate -# Date created: 19 May 2005 -# Whom: dikshie <dikshie@lapi.itb.ac.id> -# +# Created by: dikshie <dikshie@lapi.itb.ac.id> # $FreeBSD$ -# PORTNAME= pathrate PORTVERSION= 2.4.1 @@ -15,7 +11,7 @@ MAINTAINER= dikshie@lapi.itb.ac.id COMMENT= A measurement tool for capacity estimation of network paths GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} MAKEFILE= makefile |