Skip to content
Avoiding the config menu when installing a FreeBSD port

Avoiding the config menu when installing a FreeBSD port

January 2, 2009

Note to self: if you want to install a port from the FreeBSD ports collection and you want to avoid the configuration menu that some ports use, then set the BATCH build variable.

For example, to install Apache 2.2 with the default configuration, use this:

cd /usr/ports/www/apache22 && make BATCH=1 install clean

Handy for scripting. More detail in the FreeBSD porter’s handbook

Last updated on