Re: Specify location of port install?

2005-02-15 Thread Michael C. Shultz
On Tuesday 15 February 2005 03:20 pm, Trey Sizemore wrote: > On Tue, 2005-02-15 at 09:29 -0800, Michael C. Shultz wrote: > > If the port is prefix compliant you should be able to do > > > > make PREFIX=/alternate base dir/ > > > > Then watch out for libraries the port installs, because > > they wil

Re: Specify location of port install?

2005-02-15 Thread Trey Sizemore
On Tue, 2005-02-15 at 09:29 -0800, Michael C. Shultz wrote: > If the port is prefix compliant you should be able to do > > make PREFIX=/alternate base dir/ > > Then watch out for libraries the port installs, because > they will end up in /alternate base dir/lib. When that happens > run ldconfig

Re: Specify location of port install?

2005-02-15 Thread Michael C. Shultz
On Tuesday 15 February 2005 06:20 am, S Salamander wrote: > I have a situation where I need both gpgme03 and gpgme installed. > However, both install their includes and other files in very similar > locations and another program I'm installing can't find the needed > gpgme03 files. > > I don't beli

Specify location of port install?

2005-02-15 Thread S Salamander
I have a situation where I need both gpgme03 and gpgme installed. However, both install their includes and other files in very similar locations and another program I'm installing can't find the needed gpgme03 files. I don't believe anything else I have installed depends on gpgme03, so I was wond