The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=212272a43767c3d7be3ddb87605612f6164774c1
commit 212272a43767c3d7be3ddb87605612f6164774c1 Author: Dimitry Andric <[email protected]> AuthorDate: 2026-02-10 14:32:52 +0000 Commit: Dimitry Andric <[email protected]> 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 icons
