Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/mail/astroid/files/patch-CMakeLists.txt
16149 views
1
--- CMakeLists.txt.orig 2019-08-08 06:21:44 UTC
2
+++ CMakeLists.txt
3
@@ -543,7 +543,7 @@ install ( TARGETS tvextension
4
# Install man page
5
if (NOT DISABLE_DOCS)
6
install ( FILES ${CMAKE_BINARY_DIR}/astroid.1.gz
7
- DESTINATION share/man/man1
8
+ DESTINATION man/man1
9
)
10
endif ()
11
12
13