diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2008-05-11 13:09:45 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2008-05-11 13:09:45 +0000 |
commit | 02e53bdbc956933d89d2d0772ac8a26ab06ecf91 (patch) | |
tree | 6ae428036696509fdce2536a159b8f187d062040 /textproc/uim/files/patch-scm:skk-custom.scm | |
parent | Fix for WITH_USE_REDIRECT_URL; previously did not work. (diff) |
Update to 1.5.0.
Diffstat (limited to '')
-rw-r--r-- | textproc/uim/files/patch-scm:skk-custom.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/textproc/uim/files/patch-scm:skk-custom.scm b/textproc/uim/files/patch-scm:skk-custom.scm deleted file mode 100644 index 895f1ad6738a..000000000000 --- a/textproc/uim/files/patch-scm:skk-custom.scm +++ /dev/null @@ -1,12 +0,0 @@ ---- scm/skk-custom.scm.orig Tue Jun 14 05:46:11 2005 -+++ scm/skk-custom.scm Mon Jun 27 02:29:34 2005 -@@ -338,8 +338,7 @@ - (lambda () - skk-use-skkserv?)) - --(define-custom 'skk-dic-file-name (string-append (sys-datadir) -- "/skk/SKK-JISYO.L") -+(define-custom 'skk-dic-file-name "%%LOCALBASE%%/share/skk/SKK-JISYO.L" - '(skk-dict) - '(pathname) - (_ "Dictionary file") |