Hi,
On Thu, 23.06.2005 at 12:23:42 -0700, Michael Coulter <[EMAIL PROTECTED]> wrote:
> # PORTSDIR=/symlink_to_usr_ports cd /usr/ports/sysutils/nut && make
> show=WRKDIR
> /usr/ports/sysutils/nut/w-nut-2.0.0
>
> i.e. WRKDIR gets set by the directory you're in, not ${PORTSDIR}
yes, but WRKDIR should not be PORTSDIR in any case - it's two levels
down for most ports, and three on some.
Eg, WRKDIR=${PORTSDIR} + "/" + "sysutils/nut"
I've looked into infrastructure, and there are three occurrences of
'pwd', two with '-P' and one plain...
> "directory of the port" could mean either /usr/ports/sysutils/nut or
> /usr/S/ports/sysutils/nut. The former is probably the one breaking,
> the latter should work properly though.
Yes, the symlink is for convenience *ONLY*. I'd like to keep it if
possible, esp since the system can figure out the required settings
anyway (mostly).
Best,
--Toni++