From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 15:53:34 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 1299416A420 for ; Fri, 23 Dec 2005 15:53:34 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB5D43D55 for ; Fri, 23 Dec 2005 15:53:25 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-22-49.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.49]) by smtp02.mrf.mail.rcn.net with ESMTP; 23 Dec 2005 10:53:24 -0500 X-IronPort-AV: i="3.99,290,1131339600"; d="scan'208"; a="187880154:sNHT32408888" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17324.7420.722889.867433@jerusalem.litteratus.org> Date: Fri, 23 Dec 2005 10:51:24 -0500 To: freebsd-questions@freebsd.org In-Reply-To: <20051223064508.A44D.GERARD@seibercom.net> References: <20051223110015.97795.qmail@web54406.mail.yahoo.com> <20051223064508.A44D.GERARD@seibercom.net> X-Mailer: VM 7.17 under 21.5 (beta24) "dandelion" XEmacs Lucid Subject: Re: re-installing applications using ports 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, 23 Dec 2005 15:53:34 -0000 Gerard Seibert writes: > > The questions is, how do I re-initialize the > > installation process so I could go to the installation > > menu once more and set the options? > > I would use: 'make distclean' to clean out everything that you started > doing. > > Then I believe you can use this: > > make config > > or > > make config-recursive > > to reconfigure the port. The latter might be the better way for you. See also "make rmconfig". Robert Huff