diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 21:47:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 21:47:16 +0000 |
commit | e5c4a11714d9defbd9107f703832ea01225135e4 (patch) | |
tree | 28b916f3ad28cb35f0c4144dbe8c7b5a53a9beaa /math/octave | |
parent | 672130dde40d232ebb6b32bcb464c56058b0988c (diff) | |
download | pkgsrc-e5c4a11714d9defbd9107f703832ea01225135e4.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 6bf3b2f302b..4335732e328 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2006/04/06 09:10:28 adam Exp $ +# $NetBSD: Makefile,v 1.67 2006/10/04 21:47:57 wiz Exp $ DISTNAME= octave-${OCTAVE_VER} CATEGORIES= math @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \ EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org -HOMEPAGE= http://www.che.wisc.edu/octave/ +HOMEPAGE= http://www.octave.org/ COMMENT= High-level language, intended for numerical computations BUILD_DEPENDS+= bison>=1.875:../../devel/bison |