git: 50a0b1ed4c1f - 2024Q1 - security/zeek: Remove reference to MANPREFIX

From: Craig Leres <leres_at_FreeBSD.org>
Date: Mon, 22 Jan 2024 18:07:49 UTC
The branch 2024Q1 has been updated by leres:

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

commit 50a0b1ed4c1fa522cc59138f0858cc9d0e56e40c
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2024-01-21 23:43:48 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2024-01-22 18:07:32 +0000

    security/zeek: Remove reference to MANPREFIX
    
    Remove ZEEK_MAN_INSTALL_PATH and let cmake default to share/man.
    
    Reported by:    bofh
    
    (cherry picked from commit 8ba791da0e01455960263627b768f3fba0b199c1)
---
 security/zeek/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/security/zeek/Makefile b/security/zeek/Makefile
index 405449af4620..79b7ba0eed14 100644
--- a/security/zeek/Makefile
+++ b/security/zeek/Makefile
@@ -43,7 +43,6 @@ CMAKE_ARGS=	-DCARES_ROOT_DIR:PATH=${PREFIX} \
 		-DINSTALL_ZKG:BOOL=OFF \
 		-DPY_MOD_INSTALL_DIR:PATH=${PREFIX}/lib/zeekctl \
 		-DZEEK_ETC_INSTALL_DIR:PATH=${PREFIX}/etc \
-		-DZEEK_MAN_INSTALL_PATH=${MANPREFIX}/share/man \
 		-DZEEK_ROOT_DIR:PATH=${PREFIX} \
 		-DZEEK_SCRIPT_INSTALL_PATH:PATH=${PREFIX}/share/zeek