summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-table
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/ibus-table
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/ibus-table')
-rw-r--r--inputmethod/ibus-table/Makefile4
1 files changed, 2 insertions, 2 deletions
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"