diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-11-07 18:31:13 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-11-07 18:31:13 +0000 |
commit | b06bba06b5b9779ca6175a9dafbbcaa33a42a898 (patch) | |
tree | e622d76206d2bffe8c33cd0ec79dc67c7bdd5c3c /math/eispack | |
parent | 3de31efa84f190599a894a80e9f028486c9ed948 (diff) | |
download | ports-b06bba06b5b9779ca6175a9dafbbcaa33a42a898.tar.gz ports-b06bba06b5b9779ca6175a9dafbbcaa33a42a898.zip |
Notes
Diffstat (limited to 'math/eispack')
-rw-r--r-- | math/eispack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 9a9b1bca42c5..a74a17eff0f7 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -3,14 +3,14 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.15 1998/09/27 05:39:33 steve Exp $ +# $Id: Makefile,v 1.16 1998/09/28 10:49:21 asami Exp $ # DISTNAME= eispack PKGNAME= eispack-1.0 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/eispack/ \ - ftp://www.hensa.ac.uk/mirrors/netlib//eispack/ \ + ftp://www.hensa.ac.uk/mirrors/netlib/eispack/ \ ftp://elib.zib-berlin.de/pub/netlib/eispack/ DIST_SUBDIR= ${DISTNAME} |