mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
13 lines
456 B
Text
13 lines
456 B
Text
--- ./pyrcc/CMakeLists.txt.orig 2011-08-22 23:19:14.000000000 +0200
|
|
+++ ./pyrcc/CMakeLists.txt 2011-12-18 15:03:49.000000000 +0100
|
|
@@ -13,8 +13,8 @@
|
|
install(TARGETS pyside-rcc RUNTIME DESTINATION bin)
|
|
|
|
# Man pages
|
|
-if (NOT win32)
|
|
+if (NOT (win32 OR NO_INSTALL_MANPAGES))
|
|
file(GLOB manpages "${CMAKE_CURRENT_SOURCE_DIR}/*.1")
|
|
- install(FILES ${manpages} DESTINATION share/man/man1)
|
|
+ install(FILES ${manpages} DESTINATION man/man1)
|
|
endif()
|
|
|