aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-01-07 01:55:24 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-01-07 01:55:24 +0000
commit2f9d6654365a16cf0871cce144d5048a553b5bce (patch)
treea6983620a43028e62c85145a64b3ac0de2d48c7b /math
parent8c0060db142146727d4d18e626fc50c40b545bed (diff)
downloadports-2f9d6654365a16cf0871cce144d5048a553b5bce.tar.gz
ports-2f9d6654365a16cf0871cce144d5048a553b5bce.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/lapack/Makefile5
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