From 40c1a7857d24b9384bc19a9a54c26f169e20b49f Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Sun, 18 May 2025 20:07:40 +0900 Subject: textproc/uim: Update to 1.9.6 Bump PORTREVISION of the ports that depend on textproc/uim port --- textproc/uim/files/patch-scm_predict-custom.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/uim/files/patch-scm_predict-custom.scm') 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") -- cgit v1.2.3