svn commit: r487199 - head/devel/staf

Alexey Dokuchaev danfe at freebsd.org
Tue Dec 11 07:45:07 UTC 2018


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


More information about the svn-ports-all mailing list