Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2014 09:19:38 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372099 - head/net-mgmt/icinga2/files
Message-ID:  <201411030919.sA39JcGC080082@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Nov  3 09:19:38 2014
New Revision: 372099
URL: https://svnweb.freebsd.org/changeset/ports/372099
QAT: https://qat.redports.org/buildarchive/r372099/

Log:
  net-mgmt/icinga2: Trivial tweak of patch to fix build on DragonFly

Modified:
  head/net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake

Modified: head/net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake
==============================================================================
--- head/net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake	Mon Nov  3 09:12:38 2014	(r372098)
+++ head/net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake	Mon Nov  3 09:19:38 2014	(r372099)
@@ -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")



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411030919.sA39JcGC080082>