diff options
author | dirk <dirk@FreeBSD.org> | 2000-07-13 15:47:22 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-07-13 15:47:22 +0800 |
commit | e09c221745a182fffb52ecfea3004226c03b2cd9 (patch) | |
tree | fa97f352e3513f0133926caaaa07acabc85b9864 /math | |
parent | 603bd9f2eb852948d55ee6139138a58b096a8117 (diff) | |
download | freebsd-ports-gnome-e09c221745a182fffb52ecfea3004226c03b2cd9.tar.gz freebsd-ports-gnome-e09c221745a182fffb52ecfea3004226c03b2cd9.tar.zst freebsd-ports-gnome-e09c221745a182fffb52ecfea3004226c03b2cd9.zip |
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} |