After updating ports tree 171a6c700533c53ac5b78a6560279c7624bb9e33, make index fails in describe.lang. It seems lang/Makefile broken by the commit 5baffc837a292b063684cb150281fd58825bc0c4, using a tab character instead of 4 spaces.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d5202d8fd36dcd679eb383862be34648d2f4b03 commit 8d5202d8fd36dcd679eb383862be34648d2f4b03 Author: Yusuf Yaman <nxjoseph@FreeBSD.org> AuthorDate: 2026-05-11 18:15:08 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-05-11 18:18:03 +0000 lang/Makefile: unbreak INDEX PR: 295202 Reported by: Yasuhito FUTATSUKI Approved by: vvd (co-mentor, implicit) lang/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thank you for the quick fix!
(In reply to Yasuhito FUTATSUKI from comment #2) Thank you for reporting! I actually noticed the spacing difference but could not thought that it could break the INDEX. Thanks.