From owner-freebsd-questions@FreeBSD.ORG Wed Jan 2 00:02:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DD7C16A419 for ; Wed, 2 Jan 2008 00:02:08 +0000 (UTC) (envelope-from sunckell@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id D544313C447 for ; Wed, 2 Jan 2008 00:02:07 +0000 (UTC) (envelope-from sunckell@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so9078131waf.3 for ; Tue, 01 Jan 2008 16:02:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=VWuh23vluIIJsO9uehPImLYsndwfXBZiEy80HBBtO90=; b=k+V4iHQpOIrd7mZSZ7nzWMuVUE9X/J3rLmqvzqysdh+P2ChVOdiSpBAnF8mhPCe4szssrbdmpnnDJY5MafebiZE0/HgQi+OEiED63nStw54EDG6C73Z8cBI4Cf3skw46pSy/L/2531/KIQwKiWoBgfdnW2Vyw+IjzhtlINJ9H7w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=IiGm5a5vpzIjDFWLaa5ZogG65Jslh1PepHpyxKfXhanKl0C8vD88WPrLDxZrxrmTOhKGfHhzuL1ON3K5lVD/QthP6yXBdaMin9tdAuPX03HLeUGcD/4H88YDC3zmAjKI7WXAUjlmx0Z/T0EH48JYBdc6sM33zEh30l5esijL+oU= Received: by 10.115.15.1 with SMTP id s1mr10677425wai.0.1199230543397; Tue, 01 Jan 2008 15:35:43 -0800 (PST) Received: by 10.114.56.9 with HTTP; Tue, 1 Jan 2008 15:35:43 -0800 (PST) Message-ID: <21bb29220801011535y30dc05d7g5e37d6182eaa4ee5@mail.gmail.com> Date: Tue, 1 Jan 2008 18:35:43 -0500 From: "Chad Kellerman" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Changing work directory of port for make 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: Wed, 02 Jan 2008 00:02:08 -0000 Hey guys, I installed Freebsd 7 on a Dell laptop I have. When I configured the /usr partition I only gave it 10GB of space figuring that would be plenty. Well now, since I don't see a pre-compiled version of OpenOffice for i386, looks like I have to compile it myself. No big deal, except when I go to compile it I run out of disk space on /usr. Is there a way I can tell make to create it's work directory someplace else? I have more space in home, so if I make a /home/work, can I compile OpenOffice to use the /home/work directory instead of /usr/port/editors/openoffice.org-2? I tried creating a link for the work directory but that appears to be over ridden. Thanks for the help, Chad