diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-06-30 11:38:35 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-06-30 11:38:35 +0000 |
commit | a5ede6c248ba1dc0a6dc59106388a429fe09e1fc (patch) | |
tree | 4e2b7cc0f3c5b553a9302af7e5825ea99f507a1a /benchmarks | |
parent | b23ab4c9017fc6bb6b0740e0ce85b29cfd550aec (diff) | |
download | ports-a5ede6c248ba1dc0a6dc59106388a429fe09e1fc.tar.gz ports-a5ede6c248ba1dc0a6dc59106388a429fe09e1fc.zip |
Notes
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} |