diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/flops/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile index 1649122ac28c..67b3c549d068 100644 --- a/benchmarks/flops/Makefile +++ b/benchmarks/flops/Makefile @@ -11,14 +11,11 @@ CATEGORIES= benchmarks MASTER_SITES= http://mbsd.msk.ru/dist/ DISTFILES= ${PORTNAME}.c ${PORTNAME}.doc -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Floating point benchmark to give your MFLOPS rating PLIST_FILES= bin/flops - -.if !defined(NOPORTDOCS) PORTDOCS= flops.doc -.endif do-extract: .SILENT ${MKDIR} ${WRKSRC} |