diff options
author | mich <mich@FreeBSD.org> | 2015-04-07 18:12:08 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2015-04-07 18:12:08 +0800 |
commit | 489c82b7d55b690b3dd0c17bc25bc2ec780406a0 (patch) | |
tree | fd2295854e2bfa54fbb6a0bc90ee6b60b84a9a57 /benchmarks/pipebench | |
parent | 843194e8eea512ce85321b2e343868ee80ac0436 (diff) | |
download | freebsd-ports-gnome-489c82b7d55b690b3dd0c17bc25bc2ec780406a0.tar.gz freebsd-ports-gnome-489c82b7d55b690b3dd0c17bc25bc2ec780406a0.tar.zst freebsd-ports-gnome-489c82b7d55b690b3dd0c17bc25bc2ec780406a0.zip |
- fix unfetchable port (MASTER_SITES)
Diffstat (limited to 'benchmarks/pipebench')
-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 |