Hello, oops, I already committed. but how about this? it's a small change, should I bump up REVISION?
Regards, Index: Makefile =================================================================== RCS file: /cvs/ports/inputmethods/fcitx-kkc/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile 22 Oct 2022 19:16:15 -0000 1.6 +++ Makefile 23 Oct 2022 08:40:00 -0000 @@ -2,7 +2,7 @@ COMMENT = libkkc wrapper for fcitx5 V = 5.0.8 PKGNAME = fcitx-kkc-$V -REVISION = 1 +REVISION = 2 GH_ACCOUNT = fcitx GH_PROJECT = fcitx5-kkc @@ -35,6 +35,9 @@ RUN_DEPENDS = devel/desktop-file-utils LIB_DEPENDS = inputmethods/fcitx \ inputmethods/fcitx-qt \ inputmethods/libkkc + +pre-configure: + ${SUBST_CMD} ${WRKSRC}/CMakeLists.txt # ninja: error: unknown target 'test' NO_TEST = Yes Index: patches/patch-CMakeLists.txt =================================================================== RCS file: /cvs/ports/inputmethods/fcitx-kkc/patches/patch-CMakeLists.txt,v retrieving revision 1.1 diff -u -p -r1.1 patch-CMakeLists.txt --- patches/patch-CMakeLists.txt 22 Oct 2022 19:16:15 -0000 1.1 +++ patches/patch-CMakeLists.txt 23 Oct 2022 08:40:00 -0000 @@ -1,11 +1,11 @@ --- CMakeLists.txt.orig Thu Mar 10 03:25:57 2022 -+++ CMakeLists.txt Sat Oct 22 21:30:34 2022 ++++ CMakeLists.txt Sun Oct 23 17:31:01 2022 @@ -25,7 +25,7 @@ endif () if (NOT SKK_DEFAULT_PATH) - set(SKK_DEFAULT_PATH "/usr/share/skk/") -+ set(SKK_DEFAULT_PATH "/usr/local/share/skk/") ++ set(SKK_DEFAULT_PATH "${LOCALBASE}/share/skk/") endif () include("${FCITX_INSTALL_CMAKECONFIG_DIR}/Fcitx5Utils/Fcitx5CompilerSettings.cmake") -- SASANO Takayoshi (JG1UAA) <u...@mx5.nisiq.net>