diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-22 15:38:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-22 15:38:03 +0800 |
commit | 088186c7ee2851124624d4ca5da47fb8569e33e4 (patch) | |
tree | 6471efc047f4eebed138731cc2e7737e55e5c43e /benchmarks/rawio/Makefile | |
parent | d972109ea7a95e1775e888e68e3c25ac3eb77b91 (diff) | |
download | freebsd-ports-gnome-088186c7ee2851124624d4ca5da47fb8569e33e4.tar.gz freebsd-ports-gnome-088186c7ee2851124624d4ca5da47fb8569e33e4.tar.zst freebsd-ports-gnome-088186c7ee2851124624d4ca5da47fb8569e33e4.zip |
Update port: benchmarks/rawio update MASTER_SITE
- Update MASTER_SITE to fix fetch problem.
Instead of replacing the master-site, I have added the second one
until Greg fixes his ftp site.
PR: ports/87988
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'benchmarks/rawio/Makefile')
-rw-r--r-- | benchmarks/rawio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/rawio/Makefile b/benchmarks/rawio/Makefile index 40458bde2aa9..d0c2f7ffbdc7 100644 --- a/benchmarks/rawio/Makefile +++ b/benchmarks/rawio/Makefile @@ -10,7 +10,8 @@ PORTNAME= rawio PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= benchmarks -MASTER_SITES= ftp://ftp.lemis.com/pub/ +MASTER_SITES= ftp://ftp.lemis.com/pub/ \ + http://ftp.osuosl.org/pub/FreeBSD/distfiles/ MAINTAINER= grog@FreeBSD.org COMMENT= Test performance of low-level storage devices |