--On Thursday, August 16, 2007 13:05:51 -0700 Jeremy Chadwick <[EMAIL PROTECTED]> wrote:

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

Or just do # make rmconfig.

--
Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

Reply via email to