summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorrodent <rodent>2014-05-04 13:46:42 +0000
committerrodent <rodent>2014-05-04 13:46:42 +0000
commit7ab6b098c2e86c9af864b52f551ee217c6593b3a (patch)
tree526ef5243cf8c86caf4ab151f8393c681d4a7c49 /math
parent35b0b37f54f0f0a91ceefa745cc62c69f308e7f8 (diff)
downloadpkgsrc-7ab6b098c2e86c9af864b52f551ee217c6593b3a.tar.gz
Don't multi-line MASTER_SITES.
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index fa4d6b080cd..531e3a5e441 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.119 2014/02/12 23:18:11 tron Exp $
+# $NetBSD: Makefile,v 1.120 2014/05/04 13:46:42 rodent Exp $
DISTNAME= octave-${OCTAVE_VER}
PKGREVISION= 5
CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_GNU:=octave/} \
- ftp://ftp.octave.org/pub/octave/ \
- ftp://ftp.octave.org/pub/octave/bleeding-edge/
+MASTER_SITES= ${MASTER_SITE_GNU:=octave/}
+MASTER_SITES+= ftp://ftp.octave.org/pub/octave/
+MASTER_SITES+= ftp://ftp.octave.org/pub/octave/bleeding-edge/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org