From a16b650423ebac0d6db54146c732a10b971237a4 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 19 Jan 2017 18:52:01 +0000 Subject: Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. --- math/xlispstat/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/xlispstat') diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index 8f94b2a8766..8b1bea572df 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.27 2016/02/25 15:26:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.28 2017/01/19 18:52:18 agc Exp $ DISTNAME= xlispstat-3-52-20 PKGNAME= xlispstat-3.52.20 CATEGORIES= math lang -MASTER_SITES= http://lib.stat.cmu.edu/xlispstat/Src/3-52/ \ - ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/ +MASTER_SITES= http://lib.stat.cmu.edu/xlispstat/Src/3-52/ +MASTER_SITES+= ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.stat.uiowa.edu/~luke/xls/xlsinfo/ -- cgit v1.2.3