Date: Fri, 31 Jan 2003 15:52:22 +0200 From: Neil Blakey-Milner <nbm@mithrandr.moria.org> To: Andre <andre@netvision.com.br> Cc: ports@freebsd.org Subject: Re: PYTHON_SITELIBDIR not using PREFIX Message-ID: <20030131135222.GA84095@mithrandr.moria.org> In-Reply-To: <200301311100.58285@NiceOne> References: <200301311100.58285@NiceOne>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri 2003-01-31 (11:00), Andre wrote: > > I've a port that uses PYTHON_SITELIBDIR, problem is, that PYTHON_SITELIBDIR > doesn't seem to use PREFIX, it always starts with /usr/local. > To test this, I did a "make install PREFIX=/usr/t". All the files of the > port went to /usr/t, except for those prefixed with PYTHON_SITELIBDIR. > The port has "USE_PYTHON=yes". > > Suggestions? How are you using PYTHON_SITELIBDIR? If you're using it in pre/post/do-install as a place to install stuff, you should be using PYTHONPREFIX_SITELIBDIR. PYTHON_SITELIBDIR is useful to check for modules installed into LOCALBASE/PYTHONBASE. Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030131135222.GA84095>