diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-15 18:04:06 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-15 18:04:06 +0000 |
commit | 76b296ce15a0ca2978708095f8fe110e9ecadacb (patch) | |
tree | 39c43ef2d04e8503b61b50336b166766e6d72a8c /math | |
parent | 11834c45d9a46c3c48586cb7f698e2e0b3e2a7a2 (diff) | |
download | ports-76b296ce15a0ca2978708095f8fe110e9ecadacb.tar.gz ports-76b296ce15a0ca2978708095f8fe110e9ecadacb.zip |
Correct MASTER_SITES.
Submitted by: Josh Gilliam <josh@quick.net>
Notes
Notes:
svn path=/head/; revision=15362
Diffstat (limited to 'math')
-rw-r--r-- | math/superlu/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 0e6d9f78711f..75b0cf489a6b 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -3,18 +3,14 @@ # Date created: 31 Oct 97 # Whom: Pedro Giffuni <giffunip@asme.org> # -# $Id: Makefile,v 1.2 1998/12/07 20:20:24 billf Exp $ +# $Id: Makefile,v 1.3 1998/12/10 17:24:33 vanilla Exp $ # DISTNAME= superlu_1.1 PKGNAME= superlu-1.1 CATEGORIES= math MASTER_SITES= ftp://ftp.cs.berkeley.edu/pub/lapack/SuperLU/ \ - ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/cs.berkeley.edu/lapack/SuperLu/ \ - ftp://ftp.ntua.gr/pub/netlib/scalapack/prototype/ \ - ftp://ftp.uow.edu.au/pub/netlib/scalapack/prototype/ \ - ftp://ftp.zib.de/pub/netlib/scalapack/prototype/ \ - ftp://ftp.riken.go.jp/pub/netlib/scalapack/prototype/ + ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/cs.berkeley.edu/lapack/SuperLU/ MAINTAINER= ports@FreeBSD.org |