ports/net/tigervnc-devel/files/patch-CMakeLists.txt
Cy Schubert 262ac152b2 Welcome tigervnc-devel 1.7.0 Beta (actual version number is 1.6.90).
Updates from the tigervnc 1.6.0 base port include:

 - Multi-threaded decoder in the FLTK viewer
 - Improved SSH integration in the Java viewer
 - Fine grained lock down of Xvnc parameters
 - Compatibility with Xorg 1.18
 - Lots of packaging fixes
 - Better compatibility with Vino, both in the FLTK and Java viewer
2016-07-08 01:04:00 +00:00

11 lines
445 B
Text

--- CMakeLists.txt.orig 2013-07-21 16:21:37.028241067 +0000
+++ CMakeLists.txt 2013-07-21 16:21:59.310260222 +0000
@@ -26,7 +26,7 @@
# Installation paths
set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin")
set(DATA_DIR "${CMAKE_INSTALL_PREFIX}/share")
-set(MAN_DIR "${DATA_DIR}/man")
+set(MAN_DIR "${CMAKE_INSTALL_PREFIX}/man")
set(LOCALE_DIR "${DATA_DIR}/locale")
set(DOC_DIR "${CMAKE_INSTALL_PREFIX}/share/doc/${CMAKE_PROJECT_NAME}-${VERSION}")