Date: Tue, 13 Sep 2011 13:33:22 +0200 From: Erwin Lansing <erwin@FreeBSD.org> To: freebsd-current@freebsd.org Subject: Re: Screwy behavior in ports framework Message-ID: <20110913113322.GX79144@droso.net> In-Reply-To: <20110913094514.071C8106573A@hub.freebsd.org> References: <20110913094514.071C8106573A@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 13, 2011 at 09:45:05AM +0000, Thomas Mueller wrote: > > > PORTSDIR=/BETA1/usr/ports > PACKAGES=/usr/packages > WRKDIR=workb2 > # added by use.perl 2011-09-13 02:49:43 > PERL_VERSION=5.14.1 > > Maybe WRKDIR should have been ${MASTERDIR}/workb2 , or should it be ${.CURDIR}/workb2 ? The latter. Default for WRKDIR is ${WRKDIRPREFIX}${.CURDIR}/work, so you'll need to include ${.CURDIR} as well. Erwin -- Erwin Lansing http://droso.org Prediction is very difficult especially about the future erwin@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110913113322.GX79144>