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/imb | |
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/imb')
-rw-r--r-- | benchmarks/imb/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile index 4d8dee692f99..00cd74c814d0 100644 --- a/benchmarks/imb/Makefile +++ b/benchmarks/imb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: imb -# Date created: 2006-11-19 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= imb PORTVERSION= 3.0 @@ -19,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Intel MPI Benchmark WRKSRC= ${WRKDIR}/IMB_3.0/src/ -USE_GMAKE= yes +USES= gmake USE_DOS2UNIX= yes MAKEFILE= make_mpich ALL_TARGET= all |