Re: plist-check not reporting orphaned files present in a @comment

From: Tatsuki Makino <tatsuki_makino_at_hotmail.com>
Date: Fri, 18 Aug 2023 07:23:33 UTC
It is possible that @comment may not have been accurately shaved off in the area near the following.

https://cgit.freebsd.org/ports/tree/Mk/Scripts/check-stagedir.sh?id=bb85795b3ad308152f367fece54d1fcae615aab4#n249

For example, I think we need to do the following.

echo "@comment @comment @comment something/path @comment " | sed -e 's-^\(@comment \)\{1,\}--'

Regards.