Files
ports/graphics/drawpile/patches/patch-doc_CMakeLists_txt
T
2022-03-11 19:22:04 +00:00

14 lines
272 B
Plaintext

Install manual page to the correct location.
Index: doc/CMakeLists.txt
--- doc/CMakeLists.txt.orig
+++ doc/CMakeLists.txt
@@ -20,6 +20,6 @@ if (UNIX AND NOT APPLE)
)
INSTALL (
FILES ${man1}
- DESTINATION "share/man/man1"
+ DESTINATION "man/man1"
)
endif ()