diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-11 23:53:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-11 23:53:40 +0000 |
commit | ed99097a0c41cc1724e16a6b9d3b08a3466f61ce (patch) | |
tree | c746d247033394baad444365d02b49e637225cb2 /math | |
parent | bede672b68610e6a5495ce9c07d2a8609484f3a3 (diff) | |
download | pkgsrc-ed99097a0c41cc1724e16a6b9d3b08a3466f61ce.tar.gz |
Remove ftp.eos.hokudai.ac.jp from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37318.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-current/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index 54fd5dee390..aeb54a466a9 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.62 2007/09/24 20:56:46 drochner Exp $ +# $NetBSD: Makefile,v 1.63 2007/11/11 23:53:40 wiz Exp $ DISTNAME= octave-${OCTAVE_VER} PKGNAME= octave-current-${OCTAVE_VER} PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ \ ftp://ftp.task.gda.pl/pub/software/octave/bleeding-edge/ EXTRACT_SUFX= .tar.bz2 |