On Thu, Jun 23, 2005 at 09:02:13PM +0200, Toni Mueller wrote:
> I'm not sure about what you mean here,
# PORTSDIR=/symlink_to_usr_ports cd /symlink_to_usr_ports/sysutils/nut && make
show=WRKDIR
/symlink_to_usr_ports/sysutils/nut/w-nut-2.0.0
# 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}
> but in all these cases, I 'cd' to the directory of the port
"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.