Date: Tue, 10 Feb 2026 14:34:12 +0000 From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 212272a43767 - main - mtree: stop creating /usr/share/doc/ncurses Message-ID: <698b41e4.41324.7fe9cdff@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=212272a43767c3d7be3ddb87605612f6164774c1 commit 212272a43767c3d7be3ddb87605612f6164774c1 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2026-02-10 14:32:52 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2026-02-10 14:34:03 +0000 mtree: stop creating /usr/share/doc/ncurses In base 68ad2b0d7af2a the ncurses html documentation was removed, and entries added to ObsoleteFiles.inc to get rid of /usr/share/doc/ncurses, but the directory was still being re-created via BSD.usr.dist. Remove it from there too. Fixes: 68ad2b0d7af2a MFC after: 1 month --- etc/mtree/BSD.usr.dist | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index e371efd95350..3366bf939948 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -246,8 +246,6 @@ clang tags=package=clang .. .. - ncurses - .. ntp drivers iconshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698b41e4.41324.7fe9cdff>
