diff options
author | oliver <oliver@FreeBSD.org> | 2005-11-25 15:37:04 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-11-25 15:37:04 +0000 |
commit | 2cd7f7ed2385a73794d0540e21d7ae9290ed01da (patch) | |
tree | 26ea5cf062e7d84df510645b1245446b02927526 | |
parent | 53208f187e32ffbd13d1d890d6aa17ca84c33e25 (diff) | |
download | FreeBSD-ports-2cd7f7ed2385a73794d0540e21d7ae9290ed01da.zip FreeBSD-ports-2cd7f7ed2385a73794d0540e21d7ae9290ed01da.tar.gz |
www.netlib.org seems to be down, add a mirror for hpl.tgz
-rw-r--r-- | benchmarks/hpl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index 5fa590a..5b73bb8 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -8,7 +8,8 @@ PORTNAME= hpl PORTVERSION= 1.0a CATEGORIES= benchmarks -MASTER_SITES= http://www.netlib.org/benchmark/hpl/ +MASTER_SITES= http://www.netlib.org/benchmark/hpl/ \ + ftp://ftp.hipecs.hokudai.ac.jp/netlib/benchmark/hpl/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz |