Date: Fri, 30 Sep 2022 06:51:10 GMT From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: b67ea915f80e - 2022Q3 - dns/bind918: fix typo from 963e20c81248fad134a246950a470f2b41e6a74f Message-ID: <202209300651.28U6pAc9059347@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=b67ea915f80eeed71ce7742ff7c91fc3056ab0a8 commit b67ea915f80eeed71ce7742ff7c91fc3056ab0a8 Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2022-09-30 05:28:40 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2022-09-30 06:51:02 +0000 dns/bind918: fix typo from 963e20c81248fad134a246950a470f2b41e6a74f (cherry picked from commit d62fd2d7200ae3bda310e9dd5d88cdbd71191518) --- dns/bind918/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile index 1da538d3e70c..d4d730b994b8 100644 --- a/dns/bind918/Makefile +++ b/dns/bind918/Makefile @@ -176,7 +176,7 @@ USE_PERL5= build BUILD_DEPENDS+= cmocka>0:sysutils/cmocka .endif -.if !${PORT_OPTIONS:MMANMAGES} && !${PORT_OPTIONS:MDOCS} +.if !${PORT_OPTIONS:MMANPAGES} && !${PORT_OPTIONS:MDOCS} CONFIGURE_ENV+= ac_cv_path_SPHINX_BUILD=no .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209300651.28U6pAc9059347>