svn commit: r307165 - branches/RELENG_9_1_0/security/bro

Beat Gaetzi beat at FreeBSD.org
Thu Nov 8 10:29:40 UTC 2012


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>


More information about the svn-ports-branches mailing list