mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
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
11 lines
445 B
Text
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}")
|
|
|