diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-07-08 11:54:51 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-07-08 11:54:51 +0000 |
commit | 748b359ec02b3b568a17729dad84080bf7c7e24a (patch) | |
tree | 20424cf713d1d8b1316354069fcea445c850f2fd /math/blas/Makefile | |
parent | 8a4bfb5b1609956e03738c2689ffa7b7401ee984 (diff) | |
download | ports-748b359ec02b3b568a17729dad84080bf7c7e24a.tar.gz ports-748b359ec02b3b568a17729dad84080bf7c7e24a.zip |
Notes
Diffstat (limited to 'math/blas/Makefile')
-rw-r--r-- | math/blas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index 5a294a0f6b7e..63356df00c2d 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -3,13 +3,13 @@ # Date created: 27 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.15 1998/07/07 18:30:55 scrappy Exp $ +# $Id: Makefile,v 1.16 1998/07/07 19:21:02 scrappy Exp $ # DISTNAME= blas PKGNAME= blas-1.0 CATEGORIES= math -MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ +MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ \ ftp://www.hensa.ac.uk/mirrors/netlib/linpack/ \ ftp://elib.zib-berlin.de/pub/linpack/ |