summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 22:56:53 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 22:56:53 +0000
commit6ec00b4b2448c60093123af24653fc2f83e43d1c (patch)
treed97d9e8dded0374a522d3429703a282b5d6e4b58 /inputmethod
parenta7c3d5f2ab7b02ca23fc9c09db4d507a28896a81 (diff)
downloadpkgsrc-6ec00b4b2448c60093123af24653fc2f83e43d1c.tar.gz
inputmethod: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/anthy/options.mk6
-rw-r--r--inputmethod/canna-dict/Makefile4
-rw-r--r--inputmethod/ibus-array/Makefile8
-rw-r--r--inputmethod/ibus-python/Makefile4
-rw-r--r--inputmethod/ibus-qt/Makefile4
-rw-r--r--inputmethod/ibus-table/Makefile4
-rw-r--r--inputmethod/ibus-tegaki/Makefile4
-rw-r--r--inputmethod/ibus/Makefile12
-rw-r--r--inputmethod/iiimecf/Makefile4
-rw-r--r--inputmethod/ja-freewnn-lib/Makefile.common10
-rw-r--r--inputmethod/ja-freewnn-server/Makefile4
-rw-r--r--inputmethod/kasumi/Makefile10
-rw-r--r--inputmethod/kinput2/Makefile8
-rw-r--r--inputmethod/kinput2/options.mk6
-rw-r--r--inputmethod/py-input-pad/Makefile4
-rw-r--r--inputmethod/scim-ccinput/Makefile4
-rw-r--r--inputmethod/skk/Makefile6
-rw-r--r--inputmethod/skkserv/Makefile8
-rw-r--r--inputmethod/skktools/Makefile6
-rw-r--r--inputmethod/tc/Makefile10
-rw-r--r--inputmethod/tegaki-pygtk/Makefile4
-rw-r--r--inputmethod/tegaki-python/Makefile4
-rw-r--r--inputmethod/tegaki-wagomu/Makefile6
-rw-r--r--inputmethod/xcin/Makefile4
24 files changed, 72 insertions, 72 deletions
diff --git a/inputmethod/anthy/options.mk b/inputmethod/anthy/options.mk
index ca97ca21725..44da65698cb 100644
--- a/inputmethod/anthy/options.mk
+++ b/inputmethod/anthy/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2009/08/03 23:30:06 taya Exp $
+# $NetBSD: options.mk,v 1.4 2019/11/02 22:56:53 rillig Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.anthy
-PKG_SUPPORTED_OPTIONS= anthy-2ch-dict anthy-okinawa-dict
+PKG_OPTIONS_VAR= PKG_OPTIONS.anthy
+PKG_SUPPORTED_OPTIONS= anthy-2ch-dict anthy-okinawa-dict
PKG_OPTIONS_LEGACY_OPTS+= 2ch_dict:anthy-2ch-dict
PKG_OPTIONS_LEGACY_OPTS+= okinawa_dict:anthy-okinawa-dict
diff --git a/inputmethod/canna-dict/Makefile b/inputmethod/canna-dict/Makefile
index 131e33dc39b..80d7ff7f924 100644
--- a/inputmethod/canna-dict/Makefile
+++ b/inputmethod/canna-dict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/11/25 12:50:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/02 22:56:53 rillig Exp $
CANNA_MODULE= dict
@@ -69,7 +69,7 @@ REQD_DIRS_PERMS+= ${CANNA_DICTDIR} ${CANNA_USER} ${CANNA_GROUP} 0775
.for d in fuzokugo.cbd bushu.cld dics.dir iroha.cbd iroha.cld \
chimei.ctd hojomwd.ctd hojoswd.ctd kanasmpl.ctd katakana.ctd \
keishiki.ctd necgaiji.ctd number.ctd software.ctd suffix.ctd
-SPECIAL_PERMS+= ${CANNA_DICTDIR}/${d} ${CANNA_USER} ${CANNA_GROUP} 0664
+SPECIAL_PERMS+= ${CANNA_DICTDIR}/${d} ${CANNA_USER} ${CANNA_GROUP} 0664
.endfor
.include "../../inputmethod/canna-lib/buildlink3.mk"
diff --git a/inputmethod/ibus-array/Makefile b/inputmethod/ibus-array/Makefile
index 0bd6c8173b4..f3ea5059524 100644
--- a/inputmethod/ibus-array/Makefile
+++ b/inputmethod/ibus-array/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/05/15 14:23:15 leot Exp $
+# $NetBSD: Makefile,v 1.33 2019/11/02 22:56:53 rillig Exp $
DISTNAME= ibus-array-0.1.0
PKGREVISION= 13
@@ -13,10 +13,10 @@ LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake pkg-config automake autoconf autopoint msgfmt msgmerge
+USE_TOOLS+= gmake pkg-config automake autoconf autopoint msgfmt msgmerge
WRKSRC= ${WRKDIR}
diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile
index 6858e96e1b3..1e400d3ac2b 100644
--- a/inputmethod/ibus-python/Makefile
+++ b/inputmethod/ibus-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/09/02 13:19:45 adam Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/02 22:56:53 rillig Exp $
.include "../../inputmethod/ibus/Makefile.common"
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --disable-dconf
CONFIGURE_ARGS+= --enable-python-library
CONFIGURE_ENV+= PYTHON2=${PYTHONBIN}
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"
diff --git a/inputmethod/ibus-qt/Makefile b/inputmethod/ibus-qt/Makefile
index a5c227c19d5..1a0927bb32b 100644
--- a/inputmethod/ibus-qt/Makefile
+++ b/inputmethod/ibus-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2019/04/03 00:32:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.54 2019/11/02 22:56:53 rillig Exp $
DISTNAME= ibus-qt-1.3.3-Source
PKGNAME= ${DISTNAME:S/-Source//}
@@ -17,7 +17,7 @@ USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
# optionally, but required by configure.
-#BUILD_DEPENDS+= doxygen>=1.6:../../devel/doxygen
+#BUILD_DEPENDS+= doxygen>=1.6:../../devel/doxygen
TOOLS_NOOP= doxygen
# avoid lib64
diff --git a/inputmethod/ibus-table/Makefile b/inputmethod/ibus-table/Makefile
index 91e4698ee6f..0342940804b 100644
--- a/inputmethod/ibus-table/Makefile
+++ b/inputmethod/ibus-table/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/04/25 07:33:01 maya Exp $
+# $NetBSD: Makefile,v 1.24 2019/11/02 22:56:53 rillig Exp $
DISTNAME= ibus-table-1.9.2
PKGREVISION= 1
@@ -24,7 +24,7 @@ SUBST_STAGE.prefix= pre-configure
SUBST_FILES.prefix= engine/tabcreatedb.py
SUBST_SED.prefix= -e 's|/usr/share|${PREFIX}/share|g'
-REPLACE_PYTHON+= engine/tabcreatedb.py
+REPLACE_PYTHON+= engine/tabcreatedb.py
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/application.mk"
diff --git a/inputmethod/ibus-tegaki/Makefile b/inputmethod/ibus-tegaki/Makefile
index a3f4b9eae12..a06d33103e8 100644
--- a/inputmethod/ibus-tegaki/Makefile
+++ b/inputmethod/ibus-tegaki/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:45 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/02 22:56:53 rillig Exp $
DISTNAME= ibus-tegaki-0.3.1
PKGREVISION= 3
@@ -21,7 +21,7 @@ SUBST_STAGE.epython= pre-configure
SUBST_FILES.epython= ibus-engine-tegaki.in
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 via py-ibus-python
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 via py-ibus-python
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile
index b10a5104e5c..fd620dd8fae 100644
--- a/inputmethod/ibus/Makefile
+++ b/inputmethod/ibus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2019/09/14 04:26:39 tsutsui Exp $
+# $NetBSD: Makefile,v 1.67 2019/11/02 22:56:53 rillig Exp $
.include "Makefile.common"
@@ -9,13 +9,13 @@ BUILD_DEPENDS+= cldr-emoji-annotation>=35.12.14971.0:../../textproc/cldr-emoji-a
BUILD_DEPENDS+= unicode-character-database>=12.0.0:../../textproc/unicode-character-database
BUILD_DEPENDS+= unicode-emoji>=12.0:../../textproc/unicode-emoji
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
# XXX fails without GNU msgfmt
_TOOLS_USE_PKGSRC.msgfmt= yes
-USE_TOOLS+= pkg-config intltool gmsgfmt gmake msgmerge
-USE_LANGUAGES= c c++
-USE_PKGLOCALEDIR= yes
+USE_TOOLS+= pkg-config intltool gmsgfmt gmake msgmerge
+USE_LANGUAGES= c c++
+USE_PKGLOCALEDIR= yes
GCONF_SCHEMAS+= ibus.schemas
PKGCONFIG_OVERRIDE+= ibus-1.0.pc.in
diff --git a/inputmethod/iiimecf/Makefile b/inputmethod/iiimecf/Makefile
index 1d48d81356d..b4e94b16f24 100644
--- a/inputmethod/iiimecf/Makefile
+++ b/inputmethod/iiimecf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2013/02/17 19:18:04 dholland Exp $
+# $NetBSD: Makefile,v 1.16 2019/11/02 22:56:54 rillig Exp $
#
DISTNAME= IIIMECF-0.6
@@ -12,7 +12,7 @@ MAINTAINER= uebayasi@NetBSD.org
COMMENT= Emacs Lisp library for IIIM Protocol
EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20
-EMACS_BUILDLINK=# defined
+EMACS_BUILDLINK= # defined
do-build:
@cd ${WRKSRC} && \
diff --git a/inputmethod/ja-freewnn-lib/Makefile.common b/inputmethod/ja-freewnn-lib/Makefile.common
index 6aec31920a3..731d1689289 100644
--- a/inputmethod/ja-freewnn-lib/Makefile.common
+++ b/inputmethod/ja-freewnn-lib/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.22 2017/01/19 18:52:13 agc Exp $
+# $NetBSD: Makefile.common,v 1.23 2019/11/02 22:56:54 rillig 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/}
+MASTER_SITES= ${MASTER_SITE_OSDN:=freewnn/63271/}
MASTER_SITES+= ftp://ftp.st.ryukoku.ac.jp/pub/japanese-im/FreeWnn/
CATEGORIES= inputmethod
@@ -15,9 +15,9 @@ LICENSE= gnu-gpl-v2
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-FILESDIR= ${.CURDIR}/../../inputmethod/ja-freewnn-lib/files
-DISTINFO_FILE= ${.CURDIR}/../../inputmethod/ja-freewnn-lib/distinfo
-PATCHDIR= ${.CURDIR}/../../inputmethod/ja-freewnn-lib/patches
+FILESDIR= ${.CURDIR}/../../inputmethod/ja-freewnn-lib/files
+DISTINFO_FILE= ${.CURDIR}/../../inputmethod/ja-freewnn-lib/distinfo
+PATCHDIR= ${.CURDIR}/../../inputmethod/ja-freewnn-lib/patches
# will be taka care with pkg INSTALL script
INSTALL_MAKE_FLAGS+= WNNTOUCH=${TRUE}
diff --git a/inputmethod/ja-freewnn-server/Makefile b/inputmethod/ja-freewnn-server/Makefile
index 363d46d1bba..ab3652e6efb 100644
--- a/inputmethod/ja-freewnn-server/Makefile
+++ b/inputmethod/ja-freewnn-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/08/07 08:26:38 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2019/11/02 22:56:54 rillig Exp $
.include "../../inputmethod/ja-freewnn-lib/Makefile.common"
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --disable-traditional-layout
INSTALL_TARGET= install install.man
-RCD_SCRIPTS= ja_freewnn
+RCD_SCRIPTS= ja_freewnn
BUILD_DEFS= FREEWNN_USER FREEWNN_GROUP IMDICTDIR
diff --git a/inputmethod/kasumi/Makefile b/inputmethod/kasumi/Makefile
index 4c6adf6a4ee..4625986b276 100644
--- a/inputmethod/kasumi/Makefile
+++ b/inputmethod/kasumi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/07/21 22:25:10 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2019/11/02 22:56:54 rillig Exp $
DISTNAME= kasumi-2.5
PKGREVISION= 28
@@ -10,11 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Dictionary management tool for anthy
LICENSE= gnu-gpl-v2
-USE_TOOLS+= pkg-config
-USE_X11= yes
+USE_TOOLS+= pkg-config
+USE_X11= yes
USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
BUILDLINK_API_DEPENDS.anthy+= anthy>=6520
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6
diff --git a/inputmethod/kinput2/Makefile b/inputmethod/kinput2/Makefile
index 9a97c823af8..742c5ecf79f 100644
--- a/inputmethod/kinput2/Makefile
+++ b/inputmethod/kinput2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/10/18 06:44:38 tsutsui Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/02 22:56:54 rillig Exp $
DISTNAME= kinput2-v3.1
PKGNAME= kinput2-3.1
@@ -6,9 +6,9 @@ PKGREVISION= 4
CATEGORIES= japanese inputmethod
MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/
-PATCH_SITES= http://canna.osdn.jp/canna37patches/
-PATCHFILES= kinput2-v3.1-canna37.diff
-PATCH_DIST_STRIP= -p1
+PATCH_SITES= http://canna.osdn.jp/canna37patches/
+PATCHFILES= kinput2-v3.1-canna37.diff
+PATCH_DIST_STRIP= -p1
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
COMMENT= Input server of Japanese text
diff --git a/inputmethod/kinput2/options.mk b/inputmethod/kinput2/options.mk
index ee3db7cf7b9..07eb95939d5 100644
--- a/inputmethod/kinput2/options.mk
+++ b/inputmethod/kinput2/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.2 2010/02/15 13:41:17 obache Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/02 22:56:54 rillig Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.kinput2
+PKG_OPTIONS_VAR= PKG_OPTIONS.kinput2
PKG_OPTIONS_NONEMPTY_SETS= inputmethod
PKG_OPTIONS_SET.inputmethod= canna wnn4 sj3
-PKG_SUGGESTED_OPTIONS= canna wnn4 sj3
+PKG_SUGGESTED_OPTIONS= canna wnn4 sj3
#PKG_OPTIONS_SET.inputmethod+= wnn6
.include "../../mk/bsd.options.mk"
diff --git a/inputmethod/py-input-pad/Makefile b/inputmethod/py-input-pad/Makefile
index d31e43ad6da..897da6d4e9c 100644
--- a/inputmethod/py-input-pad/Makefile
+++ b/inputmethod/py-input-pad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/09/02 13:19:45 adam Exp $
+# $NetBSD: Makefile,v 1.52 2019/11/02 22:56:54 rillig Exp $
.include "../../inputmethod/input-pad/Makefile.common"
@@ -27,7 +27,7 @@ post-configure:
${LN} -s ${BUILDLINK_DIR}/lib/libinput-pad.la ${WRKSRC}/input-pad
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
BUILDLINK_API_DEPENDS.input-pad+= input-pad>=${PKGVERSION_NOREV}
.include "../../inputmethod/input-pad/buildlink3.mk"
diff --git a/inputmethod/scim-ccinput/Makefile b/inputmethod/scim-ccinput/Makefile
index 6a4efbf001c..54e3a2f6add 100644
--- a/inputmethod/scim-ccinput/Makefile
+++ b/inputmethod/scim-ccinput/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2019/07/21 22:25:12 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2019/11/02 22:56:54 rillig Exp $
#
DISTNAME= scim-ccinput-0.3.1
@@ -26,7 +26,7 @@ SUBST_STAGE.localedir= pre-configure
SUBST_SED.localedir+= -e 's,\$$(datadir)/locale,@prefix@/${PKGLOCALEDIR}/locale,'
SUBST_SED.localedir+= -e 's,/usr/share/locale,${PREFIX}/${PKGLOCALEDIR}/locale,'
SUBST_FILES.localedir= po/Makefile.am po/Makefile.in
-SUBST_FILES.localedir+= scim/IMEngine/scim_ccin_imengine.cpp
+SUBST_FILES.localedir+= scim/IMEngine/scim_ccin_imengine.cpp
SUBST_FILES.localedir+= scim/SetupUI/scim_ccin_imengine_setup.cpp
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/inputmethod/skk/Makefile b/inputmethod/skk/Makefile
index b05f3705feb..e6fbedb9459 100644
--- a/inputmethod/skk/Makefile
+++ b/inputmethod/skk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2018/06/20 12:03:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2019/11/02 22:56:54 rillig Exp $
DISTNAME= ddskk-16.2
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/^ddskk/skk/}
@@ -13,8 +13,8 @@ LICENSE= gnu-gpl-v2
CONFLICTS= ddskk-[0-9]*
-EMACS_MODULES+= base leim
-EMACS_BUILDLINK=YES
+EMACS_MODULES+= base leim
+EMACS_BUILDLINK= YES
EMACS_VERSIONS_ACCEPTED= emacs26 emacs26nox
EMACS_VERSIONS_ACCEPTED+= emacs25 emacs25nox
diff --git a/inputmethod/skkserv/Makefile b/inputmethod/skkserv/Makefile
index c4b2b96e28f..22544610e85 100644
--- a/inputmethod/skkserv/Makefile
+++ b/inputmethod/skkserv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/09/04 18:00:56 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2019/11/02 22:56:55 rillig Exp $
DISTNAME= skk9.6
PKGNAME= skkserv-3.9.4
@@ -25,13 +25,13 @@ BUILD_DIRS= skkserv
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == "SunOS")
-.if exists(/usr/ccs)
+. if exists(/usr/ccs)
SKKSERV_UID?= 60002 # noaccess
SKKSERV_GID?= 60002 # noaccess
-.else
+. else
SKKSERV_UID?= 65534 # nobody
SKKSERV_GID?= 65534 # nogroup
-.endif
+. endif
.endif
SKKSERV_UID?= 32767 # nobody
SKKSERV_GID?= 32766 # nogroup
diff --git a/inputmethod/skktools/Makefile b/inputmethod/skktools/Makefile
index 0764322ab0b..4966c7c825b 100644
--- a/inputmethod/skktools/Makefile
+++ b/inputmethod/skktools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/01/28 20:10:53 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/02 22:56:55 rillig Exp $
#
DISTNAME= skktools-1.3.1
@@ -12,8 +12,8 @@ COMMENT= SKK dictionary manipulation tools
CONFLICTS= skkserv<3.9.4nb7
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--without-gdbm
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-gdbm
.include "options.mk"
diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile
index 5ec455ec1ab..4cb66bc4413 100644
--- a/inputmethod/tc/Makefile
+++ b/inputmethod/tc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/10/23 14:01:59 mef Exp $
+# $NetBSD: Makefile,v 1.21 2019/11/02 22:56:55 rillig Exp $
#
DISTNAME= tc-2.3.1
@@ -12,8 +12,8 @@ HOMEPAGE= http://openlab.ring.gr.jp/tcode/tc2/index.html
COMMENT= T-Code driver for Emacs
LICENSE= gnu-gpl-v2
-MAKE_JOBS_SAFE= no
-SUBST_CLASSES+= string-to-int
+MAKE_JOBS_SAFE= no
+SUBST_CLASSES+= string-to-int
SUBST_STAGE.string-to-int= pre-configure
SUBST_FILES.string-to-int= \
lisp/eelll.el \
@@ -27,8 +27,8 @@ SUBST_SED.string-to-int= -e 's/string-to-int/string-to-number/'
.include "../../editors/emacs/modules.mk"
.if ${EMACS_FLAVOR} == "xemacs"
-CONFIGURE_ARGS+=--with-emacs=xemacs
-CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc
+CONFIGURE_ARGS+= --with-emacs=xemacs
+CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX}/tc
.endif
USE_TOOLS+= gmake
diff --git a/inputmethod/tegaki-pygtk/Makefile b/inputmethod/tegaki-pygtk/Makefile
index 60e5a7971e0..e4479d0c297 100644
--- a/inputmethod/tegaki-pygtk/Makefile
+++ b/inputmethod/tegaki-pygtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/09/02 13:19:45 adam Exp $
+# $NetBSD: Makefile,v 1.15 2019/11/02 22:56:55 rillig Exp $
DISTNAME= tegaki-pygtk-0.3.1
PKGREVISION= 3
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2
USE_LANGUAGES= # none
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/tegaki-python/Makefile b/inputmethod/tegaki-python/Makefile
index 216ea021de1..2a825bde8a9 100644
--- a/inputmethod/tegaki-python/Makefile
+++ b/inputmethod/tegaki-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/09/02 13:19:45 adam Exp $
+# $NetBSD: Makefile,v 1.15 2019/11/02 22:56:55 rillig Exp $
DISTNAME= tegaki-python-0.3.1
PKGREVISION= 2
@@ -23,7 +23,7 @@ SUBST_STAGE.prefix= pre-configure
SUBST_FILES.prefix= tegaki/engine.py
SUBST_SED.prefix= -e 's|/usr/local/share|${PREFIX}/share|g'
-PYTHON_VERSIONS_ACCEPTED= 27 # py-zinnia
+PYTHON_VERSIONS_ACCEPTED= 27 # py-zinnia
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/tegaki-wagomu/Makefile b/inputmethod/tegaki-wagomu/Makefile
index 44a3c75ace9..04ef93e03d7 100644
--- a/inputmethod/tegaki-wagomu/Makefile
+++ b/inputmethod/tegaki-wagomu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/09/02 13:19:45 adam Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/02 22:56:55 rillig Exp $
DISTNAME= tegaki-wagomu-0.3.1
PKGREVISION= 7
@@ -21,8 +21,8 @@ USE_TOOLS+= pkg-config
# some files are missing in distfile, taken from 0.3.
# http://sourceforge.net/p/tegaki/bugs/8/
post-extract:
- ${CP} ${WRKDIR}/tegaki-wagomu-0.3/tegakiwagomu.py ${WRKSRC}
- ${CP} ${WRKDIR}/tegaki-wagomu-0.3/wagomu.h ${WRKSRC}
+ ${CP} ${WRKDIR}/tegaki-wagomu-0.3/tegakiwagomu.py ${WRKSRC}
+ ${CP} ${WRKDIR}/tegaki-wagomu-0.3/wagomu.h ${WRKSRC}
SUBST_CLASSES+= fixver
SUBST_STAGE.fixver= pre-configure
diff --git a/inputmethod/xcin/Makefile b/inputmethod/xcin/Makefile
index 847cc021f2e..8cb09f8870a 100644
--- a/inputmethod/xcin/Makefile
+++ b/inputmethod/xcin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2019/08/11 13:21:18 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2019/11/02 22:56:55 rillig Exp $
DISTNAME= xcin-2.5.3.pre2
PKGNAME= xcin-2.5.3rc2
@@ -67,7 +67,7 @@ INSTALL_MAKE_FLAGS+= program_prefix=${DESTDIR}
BUILDLINK_DEPMETHOD.libXt?= build
-BDB_ACCEPTED= db2 db3 db4 db5
+BDB_ACCEPTED= db2 db3 db4 db5
BUILDLINK_TRANSFORM+= l:db:${BDB_TYPE}
.include "../../converters/libiconv/buildlink3.mk"