mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
- 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
11 lines
446 B
Text
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()
|