aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2012-11-08 10:29:40 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2012-11-08 10:29:40 +0000
commit2e905ab5e0803477c265e0236aa776487cafb1b7 (patch)
tree49209118d537625a6d380a2af290eaff92464d68
parent21a01c9e2e08099a6b6144933313c8e1b6e6b769 (diff)
downloadports-2e905ab5e0803477c265e0236aa776487cafb1b7.tar.gz
ports-2e905ab5e0803477c265e0236aa776487cafb1b7.zip
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
Notes
Notes: svn path=/branches/RELENG_9_1_0/; revision=307165
-rw-r--r--security/bro/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile
index 204d156766c4..bdfde85c2e24 100644
--- a/security/bro/Makefile
+++ b/security/bro/Makefile
@@ -44,4 +44,8 @@ RUN_DEPENDS+= cf:${PORTSDIR}/sysutils/lbl-cf
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>