diff options
author | cjh <cjh@FreeBSD.org> | 2000-07-05 14:58:12 +0000 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2000-07-05 14:58:12 +0000 |
commit | 768878abb135546f6f300eb55a6c9e3a924c1b8f (patch) | |
tree | 110e9c5d7dff9635975eef01282b628523741e1a /print/cjk-lyx/files | |
parent | 684cfa4f1b47032a6bb8efc1582f12c8e56a85c9 (diff) | |
download | FreeBSD-ports-768878abb135546f6f300eb55a6c9e3a924c1b8f.zip FreeBSD-ports-768878abb135546f6f300eb55a6c9e3a924c1b8f.tar.gz |
Add CJK-LuX, Document processor interfaced with LaTeX, with CJK support
Diffstat (limited to 'print/cjk-lyx/files')
-rw-r--r-- | print/cjk-lyx/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/cjk-lyx/files/patch-ab b/print/cjk-lyx/files/patch-ab new file mode 100644 index 0000000..3e3ecce --- /dev/null +++ b/print/cjk-lyx/files/patch-ab @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Mon Jan 17 21:04:28 2000 ++++ po/Makefile.in.in Tue May 2 21:53:41 2000 +@@ -19,7 +19,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po + subdir = po |