ports/devel/pyside-tools/files/patch-pyrcc__CMakeLists.txt
2014-08-19 16:51:25 +00:00

10 lines
308 B
Text

--- pyrcc/CMakeLists.txt.orig 2011-08-22 21:19:14 UTC
+++ pyrcc/CMakeLists.txt
@@ -15,6 +15,6 @@
# Man pages
if (NOT win32)
file(GLOB manpages "${CMAKE_CURRENT_SOURCE_DIR}/*.1")
- install(FILES ${manpages} DESTINATION share/man/man1)
+ install(FILES ${manpages} DESTINATION man/man1)
endif()