git: d62fd2d7200a - main - dns/bind918: fix typo from 963e20c81248fad134a246950a470f2b41e6a74f
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 05:28:52 UTC
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=d62fd2d7200ae3bda310e9dd5d88cdbd71191518 commit d62fd2d7200ae3bda310e9dd5d88cdbd71191518 Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2022-09-30 05:28:40 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2022-09-30 05:28:40 +0000 dns/bind918: fix typo from 963e20c81248fad134a246950a470f2b41e6a74f --- dns/bind918/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile index 1e9a31a9ab57..d10cfb3c06df 100644 --- a/dns/bind918/Makefile +++ b/dns/bind918/Makefile @@ -177,7 +177,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