diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-17 10:51:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-17 10:51:31 +0000 |
commit | 1e3edbec58541d285e02da3ffd7883cbbcec51f5 (patch) | |
tree | a1e35f86de80df2206ba5a87923b217bf6cad220 /math | |
parent | Take the mocka port out back and introduce it politely to Mr Bullet. This (diff) |
Remove a dead MASTER_SITE which was bogusly returning 0-sized files for
on-the-fly gzipping.
Submitted by: bento
Diffstat (limited to 'math')
-rw-r--r-- | math/eispack/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index f040a760548e..18c7312a55c8 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -8,8 +8,7 @@ PORTNAME= eispack PORTVERSION= 1.0 CATEGORIES= math -MASTER_SITES= ftp://ftp.netlib.org/eispack/ \ - ftp://netlib.bell-labs.com/netlib/eispack/ \ +MASTER_SITES= ftp://netlib.bell-labs.com/netlib/eispack/ \ ftp://www.hensa.ac.uk/mirrors/netlib/eispack/ DISTFILES= ${SRCS:.f=.f.gz} |