Subject: Re: CVS commit: pkgsrc/mk
To: Alistair Crooks <agc@pkgsrc.org>
From: Roland Illig <roland.illig@gmx.de>
List: pkgsrc-changes
Date: 05/19/2005 01:59:50
Alistair Crooks wrote:
> I'd really like to get away from the definitions which have "NO_" as
> a prefix - can we please use something like:
>
> WRKDIR_SYMLINK?= yes
> or
> CREATE_WRKDIR_SYMLINK?= yes
>
> and then if people don't want the symlinks, they can set the value to
> "no", "NO" etc?
Done.
Dan, your variable is called CREATE_WRKDIR_SYMLINK now, and you should
set it to "no".
Roland