Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 10:29:40 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r307165 - branches/RELENG_9_1_0/security/bro
Message-ID:  <201211081029.qA8ATecD050064@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Thu Nov  8 10:29:40 2012
New Revision: 307165
URL: http://svnweb.freebsd.org/changeset/ports/307165

Log:
  MFH r307159 by gahr:
  
  - fix mtree by avoiding to install a .in CMake configure file
  
  Reported by:	PH (via beat@)
  Approved by:	portmgr@ (implicit)
  Feature safe:	yes

Modified:
  branches/RELENG_9_1_0/security/bro/Makefile   (contents, props changed)
Directory Properties:
  branches/RELENG_9_1_0/   (props changed)

Modified: branches/RELENG_9_1_0/security/bro/Makefile
==============================================================================
--- branches/RELENG_9_1_0/security/bro/Makefile	Thu Nov  8 10:23:50 2012	(r307164)
+++ branches/RELENG_9_1_0/security/bro/Makefile	Thu Nov  8 10:29:40 2012	(r307165)
@@ -44,4 +44,8 @@ RUN_DEPENDS+=	cf:${PORTSDIR}/sysutils/lb
 CMAKE_ARGS+=	-DENABLE_DEBUG:BOOL=ON
 .endif
 
+post-patch:
+#	avoid installing .in header file
+	${REINPLACE_CMD} -e '13d' ${WRKSRC}/aux/binpac/lib/CMakeLists.txt
+
 .include <bsd.port.mk>



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