diff options
Diffstat (limited to 'math/dune-common/files')
-rw-r--r-- | math/dune-common/files/patch-CMakeLists.txt | 12 | ||||
-rw-r--r-- | math/dune-common/files/patch-doc_CMakeLists.txt | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/math/dune-common/files/patch-CMakeLists.txt b/math/dune-common/files/patch-CMakeLists.txt deleted file mode 100644 index d1dcdae2a5b0..000000000000 --- a/math/dune-common/files/patch-CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ ---- CMakeLists.txt.orig 2021-08-31 14:25:00 UTC -+++ CMakeLists.txt -@@ -16,7 +16,9 @@ dune_project() - # add subdirectories to execute CMakeLists.txt there - add_subdirectory(bin) - add_subdirectory(cmake) -+if (FREEBSD_INSTALL_DOCS) - add_subdirectory(doc) -+endif() - add_subdirectory(dune) - add_subdirectory(lib) - add_subdirectory(share) diff --git a/math/dune-common/files/patch-doc_CMakeLists.txt b/math/dune-common/files/patch-doc_CMakeLists.txt new file mode 100644 index 000000000000..80184fe0d3a9 --- /dev/null +++ b/math/dune-common/files/patch-doc_CMakeLists.txt @@ -0,0 +1,12 @@ +--- doc/CMakeLists.txt.orig 2025-06-26 07:51:35 UTC ++++ doc/CMakeLists.txt +@@ -1,5 +1,9 @@ ++if (FREEBSD_INSTALL_DOCS) + add_subdirectory("doxygen") + add_subdirectory("buildsystem") + add_subdirectory("comm") ++endif() ++if (FREEBSD_INSTALL_MANPAGES) + install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dunecontrol.1 + DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) ++endif() |