Index: devel/leatherman/files/patch-cmake_leatherman.cmake.in =================================================================== --- devel/leatherman/files/patch-cmake_leatherman.cmake.in (revision 451465) +++ devel/leatherman/files/patch-cmake_leatherman.cmake.in (working copy) @@ -1,4 +1,4 @@ ---- cmake/leatherman.cmake.in.orig 2017-08-25 18:32:21 UTC +--- cmake/leatherman.cmake.in.orig 2017-09-18 21:59:18 UTC +++ cmake/leatherman.cmake.in @@ -83,11 +83,6 @@ macro(leatherman_install) RUNTIME DESTINATION bin @@ -12,3 +12,21 @@ endmacro() # Usage: add_cppcheck_dirs(dir1 dir2) +@@ -215,7 +210,7 @@ macro(gettext_templates dir) + -P ${LEATHERMAN_CMAKE_DIR}/normalize_pot.cmake + DEPENDS ${ALL_PROJECT_SOURCES}) + +- add_custom_target(${PROJECT_NAME}.pot ALL DEPENDS ${lang_template}) ++ add_custom_target(${PROJECT_NAME}_pot ALL DEPENDS ${lang_template}) + + find_program(MSGINIT_EXE msginit) + find_program(MSGMERGE_EXE msgmerge) +@@ -231,7 +226,7 @@ macro(gettext_templates dir) + -DMSGINIT_EXE=${MSGINIT_EXE} + -P ${LEATHERMAN_CMAKE_DIR}/generate_translations.cmake + DEPENDS ${lang_template}) +- add_custom_target(${PROJECT_NAME}-${lang}.pot ALL DEPENDS ${lang_file}) ++ add_custom_target(${PROJECT_NAME}-${lang}_pot ALL DEPENDS ${lang_file}) + endforeach() + endif() + else()