ports/devel/pyside2-tools/files/patch-pyrcc_CMakeLists.txt
Christoph Moench-Tegeder f0475de1f8 add PySide2 - Python Binding for Qt5
keeping the organization of the old pyside ports, this is split in
pyside2, pyside2-tools and shiboken2
2019-02-09 20:35:14 +00:00

9 lines
359 B
Text

--- pyrcc/CMakeLists.txt.orig 2019-02-08 22:29:24 UTC
+++ pyrcc/CMakeLists.txt
@@ -14,5 +14,5 @@ install(TARGETS pyside2-rcc RUNTIME DESTINATION bin)
# 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()