Making ports in alternative areas

Chris chris at childeric.freeserve.co.uk
Sun Oct 23 14:01:36 PDT 2005


ross wrote:

>> This is way too much work.  We have environment variable to solve the
>> OP's problem.  See make.conf(5) and ports(7).
>>
>> Kris
> 
> 
> Thanks for the solution. There is still the problem being that I, being  
> the beginner I am, don't know how to change the enviroment variable for  
> WRKDIRPREFIX. Think I could get a little more guidence?

In /etc/make.conf:
WRKDIRPREFIX=/someplace/workdir

You can put it there by doing as root:

# echo WRKDIRPREFIX=/someplace/workdir >> /etc/make.conf

and check it is there with

# tail /etc/make.conf

Chris


More information about the freebsd-questions mailing list