pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/octave Don't multi-line MASTER_SITES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a732a12d2fa
branches:  trunk
changeset: 633903:9a732a12d2fa
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun May 04 13:46:42 2014 +0000

description:
Don't multi-line MASTER_SITES.

diffstat:

 math/octave/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 59b8759a03ac -r 9a732a12d2fa math/octave/Makefile
--- a/math/octave/Makefile      Sun May 04 13:45:27 2014 +0000
+++ b/math/octave/Makefile      Sun May 04 13:46:42 2014 +0000
@@ -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@localhost



Home | Main Index | Thread Index | Old Index