ports/math/wxMaxima/files/patch-locales_CMakeLists.txt
Nicola Vitale 6215302f1a - Update to 17.05.0
- Fix paths for man page, DOCSDIR and locales via patches
- Use CMake instead of GNU configure to build the port
- Remove patch/patch-data_Makefile.am

ChangeLog:	https://github.com/andrejv/wxmaxima/releases/tag/Version-17.05.0
2017-07-22 20:41:06 +00:00

11 lines
446 B
Text

--- locales/CMakeLists.txt.orig 2017-07-22 20:15:52 UTC
+++ locales/CMakeLists.txt
@@ -12,7 +12,7 @@ if(GETTEXT_FOUND)
RENAME "wxMaxima.mo")
else()
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${LANG}.gmo"
- DESTINATION "share/wxMaxima/locale/${LANG}/"
+ DESTINATION "share/locale/${LANG}/LC_MESSAGES/"
RENAME "wxMaxima.mo")
endif()
endforeach()