git: bb8a04b6c1a8 - main - security/zeek: Unbreak package when CMAKE_BUILD_TYPE is not Release

Craig Leres leres at FreeBSD.org
Tue May 11 04:45:41 UTC 2021


The branch main has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bb8a04b6c1a877d5c8d04f176be9faaf57eccfa0

commit bb8a04b6c1a877d5c8d04f176be9faaf57eccfa0
Author:     Craig Leres <leres at FreeBSD.org>
AuthorDate: 2021-05-11 04:42:39 +0000
Commit:     Craig Leres <leres at FreeBSD.org>
CommitDate: 2021-05-11 04:42:39 +0000

    security/zeek: Unbreak package when CMAKE_BUILD_TYPE is not Release
---
 security/zeek/pkg-plist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/zeek/pkg-plist b/security/zeek/pkg-plist
index bfc6e3eed514..bd1f88c9bc0c 100644
--- a/security/zeek/pkg-plist
+++ b/security/zeek/pkg-plist
@@ -1259,7 +1259,7 @@ include/zeek/zeekygen/zeekygen.bif.h
 %%ZEEKCTL%%lib/broctl
 lib/cmake/CAF/CAFConfig.cmake
 lib/cmake/CAF/CAFConfigVersion.cmake
-lib/cmake/CAF/CAFTargets-release.cmake
+lib/cmake/CAF/CAFTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/CAF/CAFTargets.cmake
 lib/libbinpac.so
 lib/libbinpac.so.0


More information about the dev-commits-ports-all mailing list