diff options
author | wiz <wiz@pkgsrc.org> | 2021-11-27 12:43:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-11-27 12:43:58 +0000 |
commit | 679231f9203de8e02c590dbb5fb6a8e179310fa1 (patch) | |
tree | 8bc9083bec2fc55f6b457cd7643bfb88d14f1e66 /shells/fish | |
parent | 2d5a1e02c288a13fd511f95fefc4032bb202c3b1 (diff) | |
download | pkgsrc-679231f9203de8e02c590dbb5fb6a8e179310fa1.tar.gz |
fish: do not regenerate docs
autodetected sphinx sometimes generates different file sets than
what the package expects.
From Chavdar Ivanov on pkgsrc-users
Diffstat (limited to 'shells/fish')
-rw-r--r-- | shells/fish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |