diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-09-30 17:48:57 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-09-30 17:48:57 +0000 |
commit | 0895fef2d5321e6854602198be787da5853c0403 (patch) | |
tree | ab0d44617b027ce19c88c17c9cad058747c12bfa /math/linpack | |
parent | 37977bb866e0159ef0caaf4b9023b40fafd3c536 (diff) | |
download | ports-0895fef2d5321e6854602198be787da5853c0403.tar.gz ports-0895fef2d5321e6854602198be787da5853c0403.zip |
Notes
Diffstat (limited to 'math/linpack')
-rw-r--r-- | math/linpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile index 120518d0f58b..9ae2e2d4f004 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -9,7 +9,7 @@ PORTNAME= linpack PORTVERSION= 1.0 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/linpack/ \ - ftp://www.hensa.ac.uk/mirrors/netlib/linpack/ + ftp://ftp.mirrorservice.org/sites/netlib.bell-labs.com/netlib/linpack/ DISTFILES= ${SRCS:.f=.f.gz} MAINTAINER= ports@FreeBSD.org |