Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2024 21:26:34 GMT
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 62634f5a15a1 - main - security/zeek: Fix package when BUILD_TYPE is not "release"
Message-ID:  <202404112126.43BLQYLI061791@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by leres:

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

commit 62634f5a15a1ceb66a1b1487a504e7fab0b857ac
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2024-04-11 21:26:13 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2024-04-11 21:26:13 +0000

    security/zeek: Fix package when BUILD_TYPE is not "release"
    
    This is a simple pkg-plist change.
---
 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 c009aca9bf16..07ef541c490c 100644
--- a/security/zeek/pkg-plist
+++ b/security/zeek/pkg-plist
@@ -1221,7 +1221,7 @@ include/zeek/zeekygen/zeekygen.bif.h
 %%ZEEKCTL%%lib/broctl
 lib/cmake/Broker/BrokerConfig.cmake
 lib/cmake/Broker/BrokerConfigVersion.cmake
-lib/cmake/Broker/BrokerTargets-release.cmake
+lib/cmake/Broker/BrokerTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/Broker/BrokerTargets.cmake
 lib/libbinpac.so
 lib/libbinpac.so.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404112126.43BLQYLI061791>