pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/fish
Module Name: pkgsrc
Committed By: wiz
Date: Sat Nov 27 12:43:58 UTC 2021
Modified Files:
pkgsrc/shells/fish: Makefile
Log Message:
fish: do not regenerate docs
autodetected sphinx sometimes generates different file sets than
what the package expects.
>From Chavdar Ivanov on pkgsrc-users
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/shells/fish/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/fish/Makefile
diff -u pkgsrc/shells/fish/Makefile:1.32 pkgsrc/shells/fish/Makefile:1.33
--- pkgsrc/shells/fish/Makefile:1.32 Fri Nov 26 16:42:13 2021
+++ pkgsrc/shells/fish/Makefile Sat Nov 27 12:43:58 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index