Re: git: 4e186c681084 - main - editors/microsoft-edit: New port, a console text editor written in Rust

From: Gleb Popov <arrowd_at_freebsd.org>
Date: Tue, 27 May 2025 06:14:51 UTC
On Tue, May 27, 2025 at 9:04 AM Alexey Dokuchaev <danfe@freebsd.org> wrote:
>
> On Mon, May 26, 2025 at 05:00:53PM +0000, MANTANI Nobutaka wrote:
> > commit 4e186c681084fc2996f98ed6927b2536bd13d495
> >
> >     editors/microsoft-edit: New port, a console text editor written in Rust
> > ...
> > +post-install:
> > +     ${LN} -sf ${PREFIX}/bin/edit ${STAGEDIR}/${PREFIX}/bin/msedit
>
> There are several bugs in this line.  First, symlink target should rarely be
> an absolute path (imagine mounting this filesystem under different path --
> the link would get broken).

Right, and we have ${RLN} for exactly this case.