mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
keeping the organization of the old pyside ports, this is split in pyside2, pyside2-tools and shiboken2
9 lines
369 B
Text
9 lines
369 B
Text
--- pylupdate/CMakeLists.txt.orig 2019-02-08 22:28:59 UTC
|
|
+++ pylupdate/CMakeLists.txt
|
|
@@ -40,5 +40,5 @@ install(TARGETS pyside2-lupdate RUNTIME DESTINATION bi
|
|
# 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()
|