pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/fish fish: do not regenerate docs



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60ee131f5bd8
branches:  trunk
changeset: 770206:60ee131f5bd8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Nov 27 12:43:58 2021 +0000

description:
fish: do not regenerate docs

autodetected sphinx sometimes generates different file sets than
what the package expects.

>From Chavdar Ivanov on pkgsrc-users

diffstat:

 shells/fish/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6fe655769df1 -r 60ee131f5bd8 shells/fish/Makefile
--- a/shells/fish/Makefile      Sat Nov 27 12:34:07 2021 +0000
+++ b/shells/fish/Makefile      Sat Nov 27 12:43:58 2021 +0000
@@ -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_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
 



Home | Main Index | Thread Index | Old Index