From ec16a393a548d41efbee7355c2e168382083ea96 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. --- editors/jed/Makefile.common | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'editors/jed') diff --git a/editors/jed/Makefile.common b/editors/jed/Makefile.common index 78bd2298da2..58dad272cc6 100644 --- a/editors/jed/Makefile.common +++ b/editors/jed/Makefile.common @@ -1,14 +1,14 @@ -# $NetBSD: Makefile.common,v 1.13 2014/10/05 16:41:06 wiz Exp $ +# $NetBSD: Makefile.common,v 1.14 2017/01/19 18:52:08 agc Exp $ # # used by editors/jed/Makefile # used by editors/xjed/Makefile DISTNAME= jed-0.99-16 CATEGORIES= editors -MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \ - ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v0.99/ \ - ftp://ftp.ntua.gr/pub/lang/slang/jed/v0.99/ \ - ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v0.99/ +MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ +MASTER_SITES+= ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v0.99/ +MASTER_SITES+= ftp://ftp.ntua.gr/pub/lang/slang/jed/v0.99/ +MASTER_SITES+= ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v0.99/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@gmx.net -- cgit v1.2.3