From 679231f9203de8e02c590dbb5fb6a8e179310fa1 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 27 Nov 2021 12:43:58 +0000 Subject: fish: do not regenerate docs autodetected sphinx sometimes generates different file sets than what the package expects. From Chavdar Ivanov on pkgsrc-users --- shells/fish/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shells') diff --git a/shells/fish/Makefile b/shells/fish/Makefile index dc3fb7c332a..543868bd7e2 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2021/11/26 16:42:13 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2021/11/27 12:43:58 wiz Exp $ DISTNAME= fish-3.3.1 PKGREVISION= 1 @@ -18,6 +18,7 @@ USE_CMAKE= yes USE_TOOLS+= msgfmt CMAKE_ARGS+= -DIntl_INCLUDE_DIR=${PREFIX}/include CMAKE_ARGS+= -DCMAKE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR} +CMAKE_ARGS+= -DBUILD_DOCS=OFF PKG_SHELL= bin/fish -- cgit v1.2.3