mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
14 lines
393 B
Text
14 lines
393 B
Text
--- ./CMakeLists.txt.orig 2013-12-29 12:16:39.000000000 +0000
|
|
+++ ./CMakeLists.txt 2013-12-29 16:24:47.000000000 +0000
|
|
@@ -26,6 +26,11 @@
|
|
|
|
include(GNUInstallDirs)
|
|
|
|
+if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
|
+ unset(CMAKE_INSTALL_MANDIR)
|
|
+ set(CMAKE_INSTALL_MANDIR ${CMAKE_INSTALL_PREFIX}/man)
|
|
+endif()
|
|
+
|
|
add_subdirectory(icons)
|
|
add_subdirectory(panel-plugin)
|
|
add_subdirectory(po)
|