diff options
author | danfe <danfe@FreeBSD.org> | 2009-06-30 19:38:35 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2009-06-30 19:38:35 +0800 |
commit | ca1a18e254eb3d61184a98f06e10e1efecc6d979 (patch) | |
tree | 99601797a94f1a7116d1eb189bc3c4d229ef4d62 | |
parent | f0664cbfba87078ba0fdeb4a80620dc8f07367e2 (diff) | |
download | freebsd-ports-gnome-ca1a18e254eb3d61184a98f06e10e1efecc6d979.tar.gz freebsd-ports-gnome-ca1a18e254eb3d61184a98f06e10e1efecc6d979.tar.zst freebsd-ports-gnome-ca1a18e254eb3d61184a98f06e10e1efecc6d979.zip |
Simplify, relinquish.
-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} |