svn commit: r307159 - head/security/bro

Pietro Cerutti gahr at FreeBSD.org
Thu Nov 8 09:49:05 UTC 2012


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>


More information about the svn-ports-all mailing list