summaryrefslogtreecommitdiff
path: root/textproc/opensp/files/patch-po-Makefile.in.in
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2007-01-19 12:37:57 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2007-01-19 12:37:57 +0000
commit1c951b39eccb2db4ef1d1696e2d6bfaafd6b0990 (patch)
tree07f4d96470b245614868fe8cf7a9238a3be6f09c /textproc/opensp/files/patch-po-Makefile.in.in
parent- Fix build (diff)
- Update to 1.5.2.
- Add WITHOUT_NLS support. - Install doc files into the standard DOCSDIR only. - Clean up Makefile to make portlint happy. - Improvements since 1.5: translated .po files, $SP_MESSAGE_FORMAT, HTTP redirection, $SP_HTTP_USER_AGENT, $SP_HTTP_ACCEPT, and preserve case option in osx(1). Submitted by: hrs
Diffstat (limited to 'textproc/opensp/files/patch-po-Makefile.in.in')
-rw-r--r--textproc/opensp/files/patch-po-Makefile.in.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/opensp/files/patch-po-Makefile.in.in b/textproc/opensp/files/patch-po-Makefile.in.in
new file mode 100644
index 000000000000..9580c6cb5e14
--- /dev/null
+++ b/textproc/opensp/files/patch-po-Makefile.in.in
@@ -0,0 +1,13 @@
+--- po/Makefile.in.in.orig Sun Jan 7 22:59:24 2007
++++ po/Makefile.in.in Sun Jan 7 23:00:49 2007
+@@ -25,8 +25,8 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ datadir = @datadir@
+-localedir = $(datadir)/locale
+-gettextsrcdir = $(datadir)/gettext/po
++localedir = $(prefix)/share/locale
++gettextsrcdir = $(prefix)/share/gettext/po
+
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@