summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache>2013-10-23 11:52:50 +0000
committerobache <obache>2013-10-23 11:52:50 +0000
commit49b69504ed173f66d55b5c51ae34287d827463c5 (patch)
tree9661bdcfdc86b6115abe8675b66a871ec6dac1a9 /inputmethod
parentcd180037f572806f665bf35828cbdac6eb2e26cc (diff)
downloadpkgsrc-49b69504ed173f66d55b5c51ae34287d827463c5.tar.gz
patches for 1.5.4
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus/patches/patch-bus_Makefile.in15
-rw-r--r--inputmethod/ibus/patches/patch-setup_Makefile.in15
-rw-r--r--inputmethod/ibus/patches/patch-tools_Makefile.in15
3 files changed, 45 insertions, 0 deletions
diff --git a/inputmethod/ibus/patches/patch-bus_Makefile.in b/inputmethod/ibus/patches/patch-bus_Makefile.in
new file mode 100644
index 00000000000..67ada2c81ae
--- /dev/null
+++ b/inputmethod/ibus/patches/patch-bus_Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-bus_Makefile.in,v 1.1 2013/10/23 11:52:50 obache Exp $
+
+* honor $(mandir)
+
+--- bus/Makefile.in.orig 2013-09-20 03:17:23.000000000 +0000
++++ bus/Makefile.in
+@@ -811,7 +811,7 @@ CLEANFILES = \
+ man_one_in_files = ibus-daemon.1.in
+ man_one_files = $(man_one_in_files:.1.in=.1)
+ man_one_DATA = $(man_one_files:.1=.1.gz)
+-man_onedir = $(datadir)/man/man1
++man_onedir = $(mandir)/man1
+ all: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) all-am
+
diff --git a/inputmethod/ibus/patches/patch-setup_Makefile.in b/inputmethod/ibus/patches/patch-setup_Makefile.in
new file mode 100644
index 00000000000..15052259977
--- /dev/null
+++ b/inputmethod/ibus/patches/patch-setup_Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup_Makefile.in,v 1.1 2013/10/23 11:52:50 obache Exp $
+
+* honor $(mandir)
+
+--- setup/Makefile.in.orig 2013-09-20 03:17:27.000000000 +0000
++++ setup/Makefile.in
+@@ -441,7 +441,7 @@ desktopdir = $(datadir)/applications
+ man_one_in_files = ibus-setup.1.in
+ man_one_files = $(man_one_in_files:.1.in=.1)
+ man_one_DATA = $(man_one_files:.1=.1.gz)
+-man_onedir = $(datadir)/man/man1
++man_onedir = $(mandir)/man1
+ CLEANFILES = \
+ $(man_one_DATA) \
+ $(man_one_files) \
diff --git a/inputmethod/ibus/patches/patch-tools_Makefile.in b/inputmethod/ibus/patches/patch-tools_Makefile.in
new file mode 100644
index 00000000000..b73c48b268d
--- /dev/null
+++ b/inputmethod/ibus/patches/patch-tools_Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-tools_Makefile.in,v 1.1 2013/10/23 11:52:50 obache Exp $
+
+* honor $(mandir)
+
+--- tools/Makefile.in.orig 2013-09-20 03:17:27.000000000 +0000
++++ tools/Makefile.in
+@@ -526,7 +526,7 @@ bash_completiondir = @datadir@/bash-comp
+ man_one_in_files = ibus.1.in
+ man_one_files = $(man_one_in_files:.1.in=.1)
+ man_one_DATA = $(man_one_files:.1=.1.gz)
+-man_onedir = $(datadir)/man/man1
++man_onedir = $(mandir)/man1
+ EXTRA_DIST = \
+ $(man_one_in_files) \
+ ibus.bash \