Subject: Re: CVS commit: pkgsrc
To: Martti Kuparinen <martti.kuparinen@iki.fi>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-changes
Date: 09/25/2007 12:35:57
Martti Kuparinen wrote:
> Kouichirou Hiratsuka wrote:
> 
>> Log Message:
>> ln -> ${LN}.
> 
> 
> Why? This is opposite what "pkglint -Wall" tells you to do...
> 
> w181:/usr/pkgsrc/archivers/p7zip> pkglint -Wall
> NOTE: Makefile:58: You can write "ln" instead of "${LN}".
> NOTE: Makefile:60: You can write "ln" instead of "${LN}".
> looks fine.

And if something doesn't work because a plain "ln" is used, it is a bug 
in pkgsrc and not in the Makefile. run "pkglint -Wall -e" for further 
explanation.

Roland