diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /net/kamailio/files/extra-patch-cmake_modules-docs.cmake | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'net/kamailio/files/extra-patch-cmake_modules-docs.cmake')
| -rw-r--r-- | net/kamailio/files/extra-patch-cmake_modules-docs.cmake | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/net/kamailio/files/extra-patch-cmake_modules-docs.cmake b/net/kamailio/files/extra-patch-cmake_modules-docs.cmake index fb390732209c..b16479e767fd 100644 --- a/net/kamailio/files/extra-patch-cmake_modules-docs.cmake +++ b/net/kamailio/files/extra-patch-cmake_modules-docs.cmake @@ -1,15 +1,16 @@ ---- cmake/modules-docs.cmake.orig 2025-01-29 11:36:50 UTC +--- cmake/modules-docs.cmake.orig 2025-11-06 09:29:38 UTC +++ cmake/modules-docs.cmake -@@ -171,12 +171,6 @@ function(docs_add_module module_name) - COMMENT "Processing target ${module_name}_man") +@@ -157,13 +157,6 @@ function(docs_add_module group_name module_name) + ) - install( -- FILES ${CMAKE_CURRENT_SOURCE_DIR}/${module_name}/README -- RENAME README.${module_name} -- DESTINATION ${CMAKE_INSTALL_DOCDIR}/modules -- COMPONENT kamailio_docs) + install( +- FILES ${CMAKE_CURRENT_SOURCE_DIR}/${module_name}/README +- RENAME README.${module_name} +- DESTINATION ${CMAKE_INSTALL_DOCDIR}/modules +- COMPONENT ${group_name} +- ) - -- install( - FILES ${CMAKE_CURRENT_SOURCE_DIR}/${module_name}/${module_name}.7 - DESTINATION ${CMAKE_INSTALL_DATADIR}/man/man7 - COMPONENT kamailio_docs +- install( + FILES ${CMAKE_CURRENT_SOURCE_DIR}/${module_name}/${module_name}.7 + DESTINATION ${CMAKE_INSTALL_DATADIR}/man/man7 + COMPONENT ${group_name} |
