aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2022-09-30 05:28:40 +0000
committerMathieu Arnold <mat@FreeBSD.org>2022-09-30 06:51:02 +0000
commitb67ea915f80eeed71ce7742ff7c91fc3056ab0a8 (patch)
treeeae0cd7f00403d282d483d8c40b0b0c1368b9fc9
parent6ed054f4f25501318c8918b55e9f00ad6bbe4763 (diff)
downloadports-b67ea915f80eeed71ce7742ff7c91fc3056ab0a8.tar.gz
ports-b67ea915f80eeed71ce7742ff7c91fc3056ab0a8.zip
dns/bind918: fix typo from 963e20c81248fad134a246950a470f2b41e6a74f
(cherry picked from commit d62fd2d7200ae3bda310e9dd5d88cdbd71191518)
-rw-r--r--dns/bind918/Makefile2
1 files changed, 1 insertions, 1 deletions
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