git: 8ba791da0e01 - main - security/zeek: Remove reference to MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 23:44:17 UTC
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ba791da0e01455960263627b768f3fba0b199c1 commit 8ba791da0e01455960263627b768f3fba0b199c1 Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2024-01-21 23:43:48 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2024-01-21 23:43:48 +0000 security/zeek: Remove reference to MANPREFIX Remove ZEEK_MAN_INSTALL_PATH and let cmake default to share/man. Reported by: bofh --- 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