git: 7be1ca542e07 - main - shells/fish: fix the build with DOCS=OFF after 4.3.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Jan 2026 19:31:02 UTC
The branch main has been updated by asomers:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7be1ca542e0714b1c1ac79ccc437e3326814213b
commit 7be1ca542e0714b1c1ac79ccc437e3326814213b
Author: Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2026-01-08 18:30:08 +0000
Commit: Alan Somers <asomers@FreeBSD.org>
CommitDate: 2026-01-08 19:30:48 +0000
shells/fish: fix the build with DOCS=OFF after 4.3.3
PR: 292281
Reported by: lysfjord.daniel@smokepit.net
Fixes: 2eb57252799 shells/fish: 4.3.3
---
shells/fish/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/shells/fish/Makefile b/shells/fish/Makefile
index 797665f60901..9afaa8012500 100644
--- a/shells/fish/Makefile
+++ b/shells/fish/Makefile
@@ -34,9 +34,9 @@ OPTIONS_DEFINE= DOCS MANPAGES NLS
OPTIONS_DEFAULT= MANPAGES NLS
OPTIONS_SUB= yes
-DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR}
-DOCS_CMAKE_BOOL= WITH_DOCS
-DOCS_VARS= MAKE_JOBS_UNSAFE=yes
+MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR}
+MANPAGES_CMAKE_BOOL= WITH_DOCS
+MANPAGES_VARS= MAKE_JOBS_UNSAFE=yes
NLS_USES= gettext
NLS_CMAKE_BOOL= WITH_GETTEXT