mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
15 lines
392 B
Text
15 lines
392 B
Text
--- src/CMakeLists.txt.orig 2025-01-29 11:36:50 UTC
|
|
+++ src/CMakeLists.txt
|
|
@@ -130,12 +130,6 @@ install(
|
|
COMPONENT kamailio-core
|
|
)
|
|
|
|
-# Install the docs of core
|
|
-install(
|
|
- FILES ${CMAKE_SOURCE_DIR}/README ${CMAKE_SOURCE_DIR}/INSTALL
|
|
- DESTINATION ${CMAKE_INSTALL_DOCDIR}
|
|
- COMPONENT kamailio-docs)
|
|
-
|
|
# ----------
|
|
# Create and install the man pages for kamailio
|
|
add_custom_command(
|