diff options
author | Michael Landin <mich@FreeBSD.org> | 2015-04-07 10:12:08 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2015-04-07 10:12:08 +0000 |
commit | adb81ff29ee34da8274dc3f23979ab0e03dedc16 (patch) | |
tree | fd2295854e2bfa54fbb6a0bc90ee6b60b84a9a57 /benchmarks | |
parent | 7c8f075e6844fed592e7a66656d815096a3ba1fe (diff) | |
download | ports-adb81ff29ee34da8274dc3f23979ab0e03dedc16.tar.gz ports-adb81ff29ee34da8274dc3f23979ab0e03dedc16.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/pipebench/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/pipebench/Makefile b/benchmarks/pipebench/Makefile index d30fe08899f9..89dce993814e 100644 --- a/benchmarks/pipebench/Makefile +++ b/benchmarks/pipebench/Makefile @@ -4,12 +4,11 @@ PORTNAME= pipebench PORTVERSION= 0.40 CATEGORIES= benchmarks -MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/ +MASTER_SITES= http://www.habets.pp.se/synscan/files/ MAINTAINER= mich@FreeBSD.org COMMENT= Pipebench shows current throughput/amount of data through a pipe -BROKEN= Unfetchable PLIST_FILES= bin/pipebench \ man/man1/pipebench.1.gz |