freebsd-ports/textproc/fcitx-table-other/files/patch-tables__CMakeLists.txt
Yuri Victorovich a9c0d2f56d New port: textproc/fcitx-table-other: Table-based input methods for Fcitx
PR:		216971
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
2018-05-23 08:28:55 +00:00

10 lines
444 B
Text

--- tables/CMakeLists.txt.orig 2017-02-10 04:01:32 UTC
+++ tables/CMakeLists.txt
@@ -60,5 +60,5 @@ endforeach()
add_custom_target(table_data ALL DEPENDS ${MB_FILE})
-install(FILES ${CONF_FILE} DESTINATION "${FCITX4_PREFIX}/share/fcitx/table")
-install(FILES ${MB_FILE} DESTINATION "${FCITX4_PREFIX}/share/fcitx/table")
+install(FILES ${CONF_FILE} DESTINATION "share/fcitx/table")
+install(FILES ${MB_FILE} DESTINATION "share/fcitx/table")