git: d22c2932f114 - main - dns/bind918: unbreak build with docs excluded

From: Eugene Grosbein <eugen_at_FreeBSD.org>
Date: Tue, 11 Oct 2022 21:35:26 UTC
The branch main has been updated by eugen:

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

commit d22c2932f114852aaaddd4f2f1492a8ba3e1218c
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2022-10-11 21:31:39 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2022-10-11 21:31:39 +0000

    dns/bind918: unbreak build with docs excluded
    
    This is correction after latest mat's change to make it really work.
    Default build unaffected, so PORTREVISON not bumped.
    
    PR:             262773
    Approved by:    mat (maintainer timeout, 2 weeks)
    Submitted by:   Michael Osipov
    Requested by:   many
---
 dns/bind918/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile
index d10cfb3c06df..cee1e2115379 100644
--- a/dns/bind918/Makefile
+++ b/dns/bind918/Makefile
@@ -178,7 +178,7 @@ BUILD_DEPENDS+=		cmocka>0:sysutils/cmocka
 .endif
 
 .if !${PORT_OPTIONS:MMANPAGES} && !${PORT_OPTIONS:MDOCS}
-CONFIGURE_ENV+=	ac_cv_path_SPHINX_BUILD=no
+CONFIGURE_ENV+=	ac_cv_path_SPHINX_BUILD=:
 .endif
 
 .include <bsd.port.pre.mk>