summaryrefslogtreecommitdiff
path: root/editors/jed
diff options
context:
space:
mode:
authoragc <agc>2017-01-19 18:52:01 +0000
committeragc <agc>2017-01-19 18:52:01 +0000
commitec16a393a548d41efbee7355c2e168382083ea96 (patch)
tree1de84c1d1fb65505067c398baecb67d6f321c6e6 /editors/jed
parent1e94c57a846227c300caff49a6309defaa04b589 (diff)
downloadpkgsrc-ec16a393a548d41efbee7355c2e168382083ea96.tar.gz
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.
Diffstat (limited to 'editors/jed')
-rw-r--r--editors/jed/Makefile.common10
1 files changed, 5 insertions, 5 deletions
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