diff options
author | maho <maho@FreeBSD.org> | 2009-01-07 09:55:24 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-01-07 09:55:24 +0800 |
commit | 30468fb2f1148bf8091e429a6cce2635e091b50f (patch) | |
tree | d8337cb8c4c099a9845512d6c433855bfb64b2b2 /math/lapack | |
parent | 3cb8a1614f268ef38c20ec75077a7103b48942ae (diff) | |
download | freebsd-ports-gnome-30468fb2f1148bf8091e429a6cce2635e091b50f.tar.gz freebsd-ports-gnome-30468fb2f1148bf8091e429a6cce2635e091b50f.tar.zst freebsd-ports-gnome-30468fb2f1148bf8091e429a6cce2635e091b50f.zip |
Add additional MASTER_SITES.
PR: 130242
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
Diffstat (limited to 'math/lapack')
-rw-r--r-- | math/lapack/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 2695800453cb..a7e0760a919a 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -9,7 +9,10 @@ PORTNAME= lapack PORTVERSION= 3.1.1 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= ftp://ftp.netlib.org/lapack/ +MASTER_SITES= ftp://ftp.netlib.org/lapack/ \ + http://netlib.org/lapack/ \ + http://scicomp.ewha.ac.kr/netlib/lapack/ \ + http://service-spi.web.cern.ch/service-spi/external/tarFiles/ DISTFILES= lapack-${PORTVERSION}.tgz manpages-${PORTVERSION}.tgz MAINTAINER= maho@FreeBSD.org |