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/eispack | |
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/eispack')
-rw-r--r-- | math/eispack/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 021362104594..0185011e767a 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -3,14 +3,15 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.12 1997/07/17 15:12:52 max Exp $ +# $Id: Makefile,v 1.13 1998/07/07 18:40:47 scrappy Exp $ # DISTNAME= eispack PKGNAME= eispack-1.0 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/eispack/ \ - ftp://ftp.netlib.org/eispack/ + ftp://www.hensa.ac.uk/mirrors/netlib//eispack/ \ + ftp://elib.zib-berlin.de/pub/netlib/eispack/ DIST_SUBDIR= ${DISTNAME} |