summaryrefslogtreecommitdiff
path: root/net-mgmt/icinga2/files/patch-third-party_cmake_GNUInstallDirs.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/icinga2/files/patch-third-party_cmake_GNUInstallDirs.cmake')
-rw-r--r--net-mgmt/icinga2/files/patch-third-party_cmake_GNUInstallDirs.cmake20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-mgmt/icinga2/files/patch-third-party_cmake_GNUInstallDirs.cmake b/net-mgmt/icinga2/files/patch-third-party_cmake_GNUInstallDirs.cmake
deleted file mode 100644
index 03246563e110..000000000000
--- a/net-mgmt/icinga2/files/patch-third-party_cmake_GNUInstallDirs.cmake
+++ /dev/null
@@ -1,20 +0,0 @@
---- third-party/cmake/GNUInstallDirs.cmake.orig 2024-03-20 11:52:57 UTC
-+++ third-party/cmake/GNUInstallDirs.cmake
-@@ -172,7 +172,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "(DragonFly|FreeBSD|OpenB
- set(CMAKE_INSTALL_INFODIR "info")
- endif()
-
-- if(NOT CMAKE_INSTALL_MANDDIR)
-+ if(NOT CMAKE_INSTALL_MANDIR)
- set(CMAKE_INSTALL_MANDIR "" CACHE PATH "man documentation (man)")
- set(CMAKE_INSTALL_MANDIR "man")
- endif()
-@@ -182,7 +182,7 @@ else()
- set(CMAKE_INSTALL_INFODIR "${CMAKE_INSTALL_DATAROOTDIR}/info")
- endif()
-
-- if(NOT CMAKE_INSTALL_MANDDIR)
-+ if(NOT CMAKE_INSTALL_MANDIR)
- set(CMAKE_INSTALL_MANDIR "" CACHE PATH "man documentation (DATAROOTDIR/man)")
- set(CMAKE_INSTALL_MANDIR "${CMAKE_INSTALL_DATAROOTDIR}/man")
- endif()