mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
11 lines
289 B
Text
11 lines
289 B
Text
--- CMakeLists.txt.orig 2019-08-08 06:21:44 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -543,7 +543,7 @@ install ( TARGETS tvextension
|
|
# Install man page
|
|
if (NOT DISABLE_DOCS)
|
|
install ( FILES ${CMAKE_BINARY_DIR}/astroid.1.gz
|
|
- DESTINATION share/man/man1
|
|
+ DESTINATION man/man1
|
|
)
|
|
endif ()
|
|
|