diff options
-rw-r--r-- | math/octave/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 561220ece0e..a2b8aa7c0bc 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.70 2007/10/05 16:31:33 adam Exp $ +# $NetBSD: Makefile,v 1.71 2007/11/12 19:48:50 heinz Exp $ DISTNAME= octave-${OCTAVE_VER} PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/ \ ftp://ftp.task.gda.pl/pub/software/octave/ EXTRACT_SUFX= .tar.bz2 |