Sunday, June 2, 2013

reset FreeBSD make config options

Run following commands to reconfigure:
# make rmconfig-recursive
or
# make config
or
# make rmconfig

# make showconfig

Note: by default all config options for all ports are stored in /var/db/ports.

See the man page ports for more information:
# man ports

No comments: