diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-12-03 02:46:55 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-12-03 02:46:55 +0800 |
commit | d9efead076deb7b6b88b041fc67c4dd6747fc10a (patch) | |
tree | 11dd70ac2b7e2920bb2e8138d3e1605e5cc2cde8 /textproc/uim/files | |
parent | 01bca65a114ed104a37fbc635eb7f475e578e1e8 (diff) | |
download | freebsd-ports-gnome-d9efead076deb7b6b88b041fc67c4dd6747fc10a.tar.gz freebsd-ports-gnome-d9efead076deb7b6b88b041fc67c4dd6747fc10a.tar.zst freebsd-ports-gnome-d9efead076deb7b6b88b041fc67c4dd6747fc10a.zip |
Add byeoru Korean input module.
PR: ports/89388
Submitted by: Sangwoo Shim <sangwoos@gmail.com>
Diffstat (limited to 'textproc/uim/files')
-rw-r--r-- | textproc/uim/files/patch-scm:Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/uim/files/patch-scm:Makefile.in b/textproc/uim/files/patch-scm:Makefile.in new file mode 100644 index 000000000000..f6476fc0ce15 --- /dev/null +++ b/textproc/uim/files/patch-scm:Makefile.in @@ -0,0 +1,20 @@ +--- scm/Makefile.in.orig Tue Nov 22 03:25:25 2005 ++++ scm/Makefile.in Tue Nov 22 03:27:10 2005 +@@ -283,6 +283,8 @@ + tcode.scm \ + tutcode.scm tutcode-key-custom.scm \ + hangul.scm hangul2.scm hangul3.scm romaja.scm \ ++ byeoru.scm byeoru-dic.scm byeoru-symbols.scm \ ++ byeoru-custom.scm byeoru-key-custom.scm \ + viqr.scm \ + ipa-x-sampa.scm \ + latin.scm \ +@@ -293,7 +295,7 @@ + uim-module-manager.scm\ + $(am__append_1) + +-module_names = "pyload" $(am__append_2) $(am__append_3) $(am__append_4) $(am__append_5) "tcode" "tutcode" "hangul" "viqr" "ipa-x-sampa" "latin" $(am__append_6) $(am__append_7) ++module_names = "pyload" $(am__append_2) $(am__append_3) $(am__append_4) $(am__append_5) "tcode" "tutcode" "byeoru" "hangul" "viqr" "ipa-x-sampa" "latin" $(am__append_6) $(am__append_7) + subdir = scm + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |