diff options
author | rodent <rodent> | 2013-04-06 14:09:32 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 14:09:32 +0000 |
commit | bfc303a7db8aae10577ffaad8dd01e54643dd40d (patch) | |
tree | b1a47c4b85dd86a32cbeaa571b472bab98424692 /math/octave | |
parent | 0991f5747823d305151d2ca8286fc028ac9f6605 (diff) | |
download | pkgsrc-bfc303a7db8aae10577ffaad8dd01e54643dd40d.tar.gz |
Various MASTER_SITES-related fixes.
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 69b577ef08f..2c22ac3b2cb 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.111 2013/02/23 13:11:06 asau Exp $ +# $NetBSD: Makefile,v 1.112 2013/04/06 14:09:34 rodent Exp $ DISTNAME= octave-${OCTAVE_VER} CATEGORIES= math -MASTER_SITES= $(MASTER_SITE_GNU:=octave/) \ +MASTER_SITES= ${MASTER_SITE_GNU:=octave/} \ ftp://ftp.octave.org/pub/octave/ \ ftp://ftp.octave.org/pub/octave/bleeding-edge/ EXTRACT_SUFX= .tar.bz2 |