From owner-freebsd-questions@FreeBSD.ORG Mon Sep 4 14:34:56 2006 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 07BCC16A4E0 for ; Mon, 4 Sep 2006 14:34:56 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABD7A43D46 for ; Mon, 4 Sep 2006 14:34:55 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from [192.168.1.103] (texas-adsl-74.camtel.net [63.170.184.74]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k84EYrwu063125 for ; Mon, 4 Sep 2006 09:34:53 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Mon, 4 Sep 2006 09:34:53 -0500 User-Agent: KMail/1.9.1 References: <23ed14b80609040654u11a61c80n9e7c37efd85b7283@mail.gmail.com> <44FC3773.5020507@m-lan.ru> In-Reply-To: <44FC3773.5020507@m-lan.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200609040934.53773.freebsd@dfwlp.com> X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on zeus.dfwlp.com Subject: Re: How to get the install config options back? 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: Mon, 04 Sep 2006 14:34:56 -0000 On Monday 04 September 2006 09:25, Alexander Sashurin wrote: > *This message was transferred with a trial version of CommuniGate(r) Pro* > > Andreas Wider=F8e Andersen wrote: > > *This message was transferred with a trial version of CommuniGate(r) Pr= o* > > Hi, > > When I install a new port (Ie. php5) I early get a config options box > > where > > I can choose various add-ons. > > > > However, if the installation fails or I abort it somehow I can't seem > > to get > > the option box back the next time I want to install the port again. > > > > How can I get this "box" back so I can make changes to the installation > > options? > > > > Thanks, > > Andreas > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > make clean doesn't help? > what about make config? other option would be to: make rmconfig cheers, jonathan