From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 21:01:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF0F316A41F for ; Sun, 23 Oct 2005 21:01:35 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A72343D46 for ; Sun, 23 Oct 2005 21:01:34 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from [192.168.0.60] ([82.35.113.47]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Sun, 23 Oct 2005 22:02:25 +0100 Message-ID: <435BFA18.6010001@childeric.freeserve.co.uk> Date: Sun, 23 Oct 2005 22:01:12 +0100 From: Chris User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200510212242.j9LMgaq2017337@clunix.cl.msu.edu> <20051021230711.GA69140@xor.obsecurity.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Oct 2005 21:02:25.0576 (UTC) FILETIME=[11E06A80:01C5D815] Subject: Re: Making ports in alternative areas X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 21:01:36 -0000 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