Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2007 13:05:51 -0700
From:      Jeremy Chadwick <koitsu@FreeBSD.org>
To:        Pablo Murillo <pm@rednetgroup.com>
Cc:        ports@FreeBSD.org
Subject:   Re: Stupid question
Message-ID:  <20070816200551.GA25826@eos.sc1.parodius.com>
In-Reply-To: <011101c7e03b$8976b920$a601a8c0@killermovil>
References:  <011101c7e03b$8976b920$a601a8c0@killermovil>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 16, 2007 at 04:26:48PM -0300, Pablo Murillo wrote:
> My name is Pablo, I'm from Argentina, I'm new on FreeBSD, and I have a very 
> stupid question about ports
> How can I "re-make" a port and change the options selected the first time I 
> make the port ?
> For example, I make the port for assp (/usr/ports/mail/assp) and I don't 
> have MySQL installed, and I hit Enter to quickly (sorry), and now, I can't 
> get the "options" screen again.

You can use "make config" to select options at any time.

If you need to revert to the original defaults, you can do:

  # rm -fr /var/db/ports/assp/*
  # cd /usr/ports/mail/assp
  # make config

-- 
| Jeremy Chadwick                                    jdc at parodius.com |
| Parodius Networking                           http://www.parodius.com/ |
| UNIX Systems Administrator                      Mountain View, CA, USA |
| Making life hard for others since 1977.                  PGP: 4BD6C0CB |




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070816200551.GA25826>