diff options
author | gahr <gahr@FreeBSD.org> | 2012-11-08 17:49:04 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-11-08 17:49:04 +0800 |
commit | b3511227314f0bd31fa4695c9d2dbde57afb0332 (patch) | |
tree | 00298f2a9d78a74ff9fa6456408e2c19cbaa9b8f /security | |
parent | 6679e084adc14901db88e83709eb1f2ff4c0e061 (diff) | |
download | freebsd-ports-gnome-b3511227314f0bd31fa4695c9d2dbde57afb0332.tar.gz freebsd-ports-gnome-b3511227314f0bd31fa4695c9d2dbde57afb0332.tar.zst freebsd-ports-gnome-b3511227314f0bd31fa4695c9d2dbde57afb0332.zip |
- fix mtree by avoiding to install a .in CMake configure file
Reported by: PH (via beat@)
Approved by: portmgr@ (implicit)
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/bro/Makefile | 4 |
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> |