summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2017-01-19 18:52:01 +0000
committeragc <agc@pkgsrc.org>2017-01-19 18:52:01 +0000
commita16b650423ebac0d6db54146c732a10b971237a4 (patch)
tree61b24a35333bd0bb01124d6015191764d7bafa22 /inputmethod
parent48e28cf6cad6bf88a5da716ad8af07695b962574 (diff)
downloadpkgsrc-a16b650423ebac0d6db54146c732a10b971237a4.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 'inputmethod')
-rw-r--r--inputmethod/gtk-im-libthai/Makefile6
-rw-r--r--inputmethod/ibus-libthai/Makefile6
-rw-r--r--inputmethod/ja-freewnn-lib/Makefile.common6
-rw-r--r--inputmethod/scim-thai/Makefile6
-rw-r--r--inputmethod/skk/Makefile6
-rw-r--r--inputmethod/tegaki-wagomu/Makefile6
6 files changed, 18 insertions, 18 deletions
diff --git a/inputmethod/gtk-im-libthai/Makefile b/inputmethod/gtk-im-libthai/Makefile
index 06da7c30b37..dc0ba1d1d3d 100644
--- a/inputmethod/gtk-im-libthai/Makefile
+++ b/inputmethod/gtk-im-libthai/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.29 2016/08/03 10:22:58 adam Exp $
+# $NetBSD: Makefile,v 1.30 2017/01/19 18:52:13 agc Exp $
#
DISTNAME= gtk-im-libthai-0.2.1
PKGREVISION= 16
CATEGORIES= inputmethod
-MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
- ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
+MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
+MASTER_SITES+= ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://linux.thai.net/projects/gtk-im-libthai
diff --git a/inputmethod/ibus-libthai/Makefile b/inputmethod/ibus-libthai/Makefile
index 052a2a78f9f..2dd0068e359 100644
--- a/inputmethod/ibus-libthai/Makefile
+++ b/inputmethod/ibus-libthai/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2016/08/03 10:22:59 adam Exp $
+# $NetBSD: Makefile,v 1.9 2017/01/19 18:52:13 agc Exp $
#
DISTNAME= ibus-libthai-0.1.2
PKGREVISION= 3
CATEGORIES= inputmethod
-MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
- ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
+MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
+MASTER_SITES+= ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/inputmethod/ja-freewnn-lib/Makefile.common b/inputmethod/ja-freewnn-lib/Makefile.common
index a6e70f83fbe..6aec31920a3 100644
--- a/inputmethod/ja-freewnn-lib/Makefile.common
+++ b/inputmethod/ja-freewnn-lib/Makefile.common
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.21 2015/06/29 11:06:47 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.22 2017/01/19 18:52:13 agc Exp $
# used by inputmethod/ja-freewnn-server/Makefile
# used by inputmethod/ja-freewnn-lib/Makefile
DISTNAME= FreeWnn-1.1.1-a023
-MASTER_SITES= ${MASTER_SITE_OSDN:=freewnn/63271/} \
- ftp://ftp.st.ryukoku.ac.jp/pub/japanese-im/FreeWnn/
+MASTER_SITES= ${MASTER_SITE_OSDN:=freewnn/63271/}
+MASTER_SITES+= ftp://ftp.st.ryukoku.ac.jp/pub/japanese-im/FreeWnn/
CATEGORIES= inputmethod
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
diff --git a/inputmethod/scim-thai/Makefile b/inputmethod/scim-thai/Makefile
index f726aaa5c15..2dad8803178 100644
--- a/inputmethod/scim-thai/Makefile
+++ b/inputmethod/scim-thai/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.29 2016/08/03 10:23:02 adam Exp $
+# $NetBSD: Makefile,v 1.30 2017/01/19 18:52:13 agc Exp $
#
DISTNAME= scim-thai-0.1.3
PKGREVISION= 5
CATEGORIES= inputmethod
-MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
- ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
+MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
+MASTER_SITES+= ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://linux.thai.net/projects/scim-thai
diff --git a/inputmethod/skk/Makefile b/inputmethod/skk/Makefile
index b199e7a0b0e..efb97d148fd 100644
--- a/inputmethod/skk/Makefile
+++ b/inputmethod/skk/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.32 2016/10/02 12:18:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2017/01/19 18:52:13 agc Exp $
#
DISTNAME= ddskk-16.1
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/^ddskk/skk/}
CATEGORIES= japanese inputmethod
-MASTER_SITES= http://openlab.ring.gr.jp/skk/maintrunk/ \
- http://openlab.ring.gr.jp/skk/maintrunk/old-releases/
+MASTER_SITES= http://openlab.ring.gr.jp/skk/maintrunk/
+MASTER_SITES+= http://openlab.ring.gr.jp/skk/maintrunk/old-releases/
MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://openlab.ring.gr.jp/skk/index.html
diff --git a/inputmethod/tegaki-wagomu/Makefile b/inputmethod/tegaki-wagomu/Makefile
index 46ce9bfd086..f40a6b7e438 100644
--- a/inputmethod/tegaki-wagomu/Makefile
+++ b/inputmethod/tegaki-wagomu/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:44 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2017/01/19 18:52:13 agc Exp $
DISTNAME= tegaki-wagomu-0.3.1
PKGREVISION= 6
CATEGORIES= inputmethod
-MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/ \
- http://www.tegaki.org/releases/0.3/
+MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
+MASTER_SITES+= http://www.tegaki.org/releases/0.3/
DISTFILES= tegaki-wagomu-0.3${EXTRACT_SUFX} ${DEFAULT_DISTFILES}
MAINTAINER= pkgsrc-users@NetBSD.org