freebsd-ports/textproc/uim/files/extra-patch-qt_chardict_po_Makefile.in.in
MANTANI Nobutaka 30fdc40add - Update to 1.5.6.
- Enable UTF-8 dictionary support of uim-anthy. [*]

PR:		ports/137360 [*]
Submitted by:	YAMASHIRO Jun <yamajun@ofug.net> [*]
Feature safe:	yes
2009-09-23 15:42:22 +00:00

20 lines
580 B
Text

--- qt/chardict/po/Makefile.in.in.orig 2009-06-23 19:59:29.000000000 +0900
+++ qt/chardict/po/Makefile.in.in 2009-09-23 19:23:31.000000000 +0900
@@ -17,7 +17,7 @@
# We have the following line for use by intltoolize:
# INTLTOOL_MAKEFILE
-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GETTEXT_PACKAGE = uim-chardict-qt
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -33,7 +33,7 @@
datadir = @datadir@
datarootdir = @datarootdir@
libdir = @libdir@
-DATADIRNAME = @DATADIRNAME@
+DATADIRNAME = share
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
subdir = po
install_sh = @install_sh@