diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-07-07 19:21:19 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-07-07 19:21:19 +0000 |
commit | 229c7f4d6d3a48873e142497f94e51bb0cc583ff (patch) | |
tree | d5de7bf9077e554f6e2586b13b23e12a2b7c36fb /math/blas | |
parent | Fix URL in MASTER_SITES. Add 2 mirrors. (diff) |
Add two sites for retrieving, remove ftp.netlib.org
Notes
Notes:
svn path=/head/; revision=11782
Diffstat (limited to 'math/blas')
-rw-r--r-- | math/blas/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index cb8478126313..5a294a0f6b7e 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -3,13 +3,15 @@ # Date created: 27 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.14 1998/02/09 13:02:03 steve Exp $ +# $Id: Makefile,v 1.15 1998/07/07 18:30:55 scrappy Exp $ # DISTNAME= blas PKGNAME= blas-1.0 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ + ftp://www.hensa.ac.uk/mirrors/netlib/linpack/ \ + ftp://elib.zib-berlin.de/pub/linpack/ MAINTAINER= ports@FreeBSD.org |