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 | _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"