diff options
author | wiz <wiz> | 2006-10-04 21:47:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-10-04 21:47:16 +0000 |
commit | ee2b7db3737cf8a1729f6c12f5387f987673334c (patch) | |
tree | 28b916f3ad28cb35f0c4144dbe8c7b5a53a9beaa /math/octave-current | |
parent | f78d939625b3f00c6389866e7edbf5daab70c9ea (diff) | |
download | pkgsrc-ee2b7db3737cf8a1729f6c12f5387f987673334c.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'math/octave-current')
-rw-r--r-- | math/octave-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index d09990533cf..3ac7a78094d 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2006/03/20 18:15:38 jlam Exp $ +# $NetBSD: Makefile,v 1.58 2006/10/04 21:47:57 wiz Exp $ DISTNAME= octave-${OCTAVE_VER} PKGNAME= octave-current-${OCTAVE_VER} @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \ 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 |