From owner-freebsd-questions@FreeBSD.ORG Fri Oct 21 21:57:58 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 272F716A41F for ; Fri, 21 Oct 2005 21:57:58 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id B07B343D45 for ; Fri, 21 Oct 2005 21:57:57 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i6so424840wra for ; Fri, 21 Oct 2005 14:57:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=IhoUw4BkrcKUrk/faZCErr4FjTWxk/yY4WSPTDZrF+DHtQA8ecBqBBqwzu+aamVKmpknldOgU0z8njQgU1Q4q46UearRc/6EVDAS1296nWL77TVtoF55eBxkA4GjAiQ0TvWaziysR/OD605POqjyzYMkGKYTrheOtfZlDsUGVjI= Received: by 10.54.119.20 with SMTP id r20mr133257wrc; Fri, 21 Oct 2005 14:57:54 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id g12sm791425wra.2005.10.21.14.57.53; Fri, 21 Oct 2005 14:57:53 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Fri, 21 Oct 2005 14:59:26 -0700 User-Agent: KMail/1.8.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510211459.26795.ringworm01@gmail.com> 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: Fri, 21 Oct 2005 21:57:58 -0000 On Friday 21 October 2005 14:47, ross wrote: > I'm running low on disc space on my /usr partition and I would like to > compile a program from the ports that is rather large. I have enough space > once it's compiled, it's just the work that I don't have enough space for. > how can I get the port to do it's work in a different area on a different > partition? In /etc/make.conf set WRKDIRPREFIX={build direcory} In mine it is set to: WRKDIRPREFIX=/tmp -Mike