Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2018 07:45:07 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        "Serhii (Sergey) Kozlov" <skozlov@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r487199 - head/devel/staf
Message-ID:  <20181211074507.GA93669@FreeBSD.org>
In-Reply-To: <201812102015.wBAKFn7V037001@repo.freebsd.org>
References:  <201812102015.wBAKFn7V037001@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 10, 2018 at 08:15:49PM +0000, Serhii (Sergey) Kozlov wrote:
> New Revision: 487199
> URL: https://svnweb.freebsd.org/changeset/ports/487199
> 
> Log:
>   devel/staf: Use ${RLN} instead of ${LN} in do-install
>   
>   Use ${RLN} instead of ${LN} as suggested by mat in
>   https://reviews.freebsd.org/D18440#393057
> 
> ...
>  .endfor
> -	${LN} -s STAF ${STAGEDIR}${PREFIX}/bin/staf
> -	${LN} -s FmtLog ${STAGEDIR}${PREFIX}/bin/fmtlog
> +	${RLN} ${STAGEDIR}${PREFIX}/bin/STAF ${STAGEDIR}${PREFIX}/bin/staf
> +	${RLN} ${STAGEDIR}${PREFIX}/bin/FmtLog ${STAGEDIR}${PREFIX}/bin/fmtlog

I actually find previous version more readable.  IMHO "feature which frees
the porter of computing the relative path" rationale does not really apply
here because, well, there's nothing to compute.

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181211074507.GA93669>