mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
- previous version 2.2.0 from 2014, used Qt4, did not build with CMake 3.9 - current released version from 2017, Qt5 Maintainer timeout (16 days) PR: 221918 Approved by: rakuco (mentor) Submitted by: tcberner
11 lines
454 B
CMake
11 lines
454 B
CMake
--- cmake/UnixBuildTarget.cmake.orig 2017-08-29 07:50:23 UTC
|
|
+++ cmake/UnixBuildTarget.cmake
|
|
@@ -80,7 +80,7 @@ install(FILES ${NOMACS_QM} DESTINATION share/nomacs/tr
|
|
# manpage
|
|
install(FILES Readme/nomacs.1 DESTINATION share/man/man1)
|
|
# appdata
|
|
-install(FILES nomacs.appdata.xml DESTINATION /usr/share/appdata/)
|
|
+install(FILES nomacs.appdata.xml DESTINATION share/appdata/)
|
|
|
|
# "make dist" target
|
|
string(TOLOWER ${PROJECT_NAME} CPACK_PACKAGE_NAME)
|