Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 09:49:05 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307159 - head/security/bro
Message-ID:  <201211080949.qA89n5e0042767@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Nov  8 09:49:04 2012
New Revision: 307159
URL: http://svnweb.freebsd.org/changeset/ports/307159

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

Modified:
  head/security/bro/Makefile   (contents, props changed)

Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile	Thu Nov  8 09:11:52 2012	(r307158)
+++ head/security/bro/Makefile	Thu Nov  8 09:49:04 2012	(r307159)
@@ -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?201211080949.qA89n5e0042767>