diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2025-05-18 20:07:40 +0900 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2025-05-18 20:08:30 +0900 |
commit | 40c1a7857d24b9384bc19a9a54c26f169e20b49f (patch) | |
tree | 0263b639d77c6e0a7127904cf34b1a0c1c6db033 /textproc/uim/files/patch-scm_predict-custom.scm | |
parent | converters/simdutf: update to 7.1.0 (diff) |
textproc/uim: Update to 1.9.6
Bump PORTREVISION of the ports that depend on textproc/uim port
Diffstat (limited to 'textproc/uim/files/patch-scm_predict-custom.scm')
-rw-r--r-- | textproc/uim/files/patch-scm_predict-custom.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/uim/files/patch-scm_predict-custom.scm b/textproc/uim/files/patch-scm_predict-custom.scm index c7dd90b79d55..273b1d66a939 100644 --- a/textproc/uim/files/patch-scm_predict-custom.scm +++ b/textproc/uim/files/patch-scm_predict-custom.scm @@ -1,11 +1,11 @@ ---- scm/predict-custom.scm.orig 2025-02-23 08:00:09 UTC +--- scm/predict-custom.scm.orig 2025-05-16 13:44:13 UTC +++ scm/predict-custom.scm @@ -110,7 +110,7 @@ (N_ "Look-SKK prediction") (N_ "long description will be here.")) -(define-custom 'predict-custom-look-skk-jisyo "/usr/share/skk/SKK-JISYO.L" -+(define-custom 'predict-custom-look-skk-jisyo "%PREFIX%/share/skk/SKK-JISYO.L" ++(define-custom 'predict-custom-look-skk-jisyo "/usr/local/share/skk/SKK-JISYO.L" '(predict predict-look-skk) '(pathname regular-file) (N_ "Sorted SKK-JISYO dictionary file") |