diff options
author | scrappy <scrappy@FreeBSD.org> | 1998-07-07 19:21:19 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1998-07-07 19:21:19 +0000 |
commit | 56656dee8d8a0f2768427e5b36d69c30ec2fb881 (patch) | |
tree | eba402e1c1791cbd9db9f6cc2355cf04ec134ac4 /math/linpack/Makefile | |
parent | 4314ed296fd2d3b8418f9a9f9dbe3aad256b972e (diff) | |
download | FreeBSD-ports-56656dee8d8a0f2768427e5b36d69c30ec2fb881.zip FreeBSD-ports-56656dee8d8a0f2768427e5b36d69c30ec2fb881.tar.gz |
Add two sites for retrieving, remove ftp.netlib.org
Diffstat (limited to 'math/linpack/Makefile')
-rw-r--r-- | math/linpack/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile index 55b713b..cd9e476 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -3,14 +3,15 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.12 1997/07/17 15:12:56 max Exp $ +# $Id: Makefile,v 1.13 1998/07/07 19:04:05 scrappy Exp $ # DISTNAME= linpack PKGNAME= linpack-1.0 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/linpack/ \ - ftp://ftp.netlib.org/linpack/ + ftp://www.hensa.ac.uk/mirrors/linpack/ \ + ftp://elib.zib-berlin.de/pub/linpack/ DIST_SUBDIR= ${DISTNAME} |