diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-07-13 07:47:22 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-07-13 07:47:22 +0000 |
commit | 101098b330b85111b26be804d9a5f7d268a64164 (patch) | |
tree | a6e26e603b32f6db89891e5bbb774b1877003326 /math | |
parent | Added WWW line. (diff) |
Remove ftp://ftp.netlib.org/linpack/ from the list of MASTER_SITES.
They don't have the gzip'ed distfiles and they don't support compression
on the fly properly.
Noticed by: bento
Diffstat (limited to 'math')
-rw-r--r-- | math/linpack/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile index 6f7626dace0c..7228eb7d9b14 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -8,8 +8,7 @@ PORTNAME= linpack PORTVERSION= 1.0 CATEGORIES= math -MASTER_SITES= ftp://ftp.netlib.org/linpack/ \ - ftp://netlib.bell-labs.com/netlib/linpack/ \ +MASTER_SITES= ftp://netlib.bell-labs.com/netlib/linpack/ \ ftp://www.hensa.ac.uk/mirrors/netlib/linpack/ DISTFILES= ${SRCS:.f=.f.gz} |