From owner-freebsd-questions@FreeBSD.ORG Tue Nov 16 01:19:28 2004 Return-Path: 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 BDF3016A4CE for ; Tue, 16 Nov 2004 01:19:28 +0000 (GMT) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 654D343D1F for ; Tue, 16 Nov 2004 01:19:28 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from [10.0.0.10] (12-218-40-24.client.mchsi.com[12.218.40.24]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20041116011928m9100cdddue>; Tue, 16 Nov 2004 01:19:28 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Mon, 15 Nov 2004 19:17:16 +0000 User-Agent: KMail/1.7 References: <04F616AA-376D-11D9-A404-000393934006@npc-usa.com> In-Reply-To: <04F616AA-376D-11D9-A404-000393934006@npc-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411151917.16823.josh@tcbug.org> cc: Curtis Vaughan Subject: Re: How to reconfigure a port installation? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 01:19:28 -0000 On Tuesday 16 November 2004 01:15, Curtis Vaughan wrote: > I was installing a port (make && make install) during which it > asked me about some configuration information. Because I made a > wrong choice at one point, the install failed. Now, I want to run > make install again in order to chose the right options. > Unfortunately, I can't just issue that command, as it apparently > proceeds with what information I gave it the first time. Out of > curiosity I tried make deinstall and pkg_delete, but they don't > work as the port was never installed. So, what command to I need to > issue? > > Curtis make clean -- Thanks, Josh Paetzel