freebsd-ports/graphics/oyranos/files/patch-doc_CMakeLists.txt
Boris Samorodov f2114f7abf The Colour Management System (CMS) Oyranos (gr. sky) allows the coordination of
device specific Informations (ICC profiles) and system wide settings. Features:
.  configuration for cross application colour agreement;
.  plugable and selectable modules (known as CMM's);
.  pixel conversions;
.  profile handling;
.  named colours;
.  device profile assignment.

WWW: http://www.oyranos.org/
2013-05-03 12:26:17 +00:00

13 lines
464 B
Text

--- doc/CMakeLists.txt.orig 2013-04-30 18:54:44.363878845 +0400
+++ doc/CMakeLists.txt 2013-04-30 18:55:06.496874403 +0400
@@ -30,8 +30,8 @@ SET( MAN3_PAGES
man/oyranos-config.3
)
-INSTALL( FILES ${MAN1_PAGES} DESTINATION share/man/man1 )
-INSTALL( FILES ${MAN3_PAGES} DESTINATION share/man/man3 )
+INSTALL( FILES ${MAN1_PAGES} DESTINATION man/man1 )
+INSTALL( FILES ${MAN3_PAGES} DESTINATION man/man3 )
FIND_PACKAGE( Doxygen )
IF( DOXYGEN_FOUND )