diff options
author | John Marino <marino@FreeBSD.org> | 2014-11-03 09:19:38 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-11-03 09:19:38 +0000 |
commit | a7761fda8dc5540017d1602a63d633575834cd31 (patch) | |
tree | d274b2560283fcbdfbabce1949b078ed9a723426 | |
parent | 7c43785504a6a04ac98f6decd4b2784ad3292347 (diff) | |
download | ports-a7761fda8dc5540017d1602a63d633575834cd31.tar.gz ports-a7761fda8dc5540017d1602a63d633575834cd31.zip |
Notes
-rw-r--r-- | net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake | 2 |
1 files changed, 1 insertions, 1 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 index e6a04c6cabd6..584a7e62ccc8 100644 --- a/net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake +++ b/net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake @@ -5,7 +5,7 @@ endif() -if(CMAKE_SYSTEM_NAME STREQUAL "OpenBSD") -+if(CMAKE_SYSTEM_NAME MATCHES "^(FreeBSD|OpenBSD)$") ++if(CMAKE_SYSTEM_NAME MATCHES "^(DragonFly|FreeBSD|OpenBSD)$") if(NOT CMAKE_INSTALL_INFODIR) set(CMAKE_INSTALL_INFODIR "" CACHE PATH "info documentation (info)") set(CMAKE_INSTALL_INFODIR "info") |