0ce79ac0ab
ports knobs and options by listing them together with their status (either enabled or not). It uses portconf for knobs. PR: ports/116127 Submitted by: Gabriel Linder <linder.gabriel at gmail.com>
12 lines
246 B
Text
12 lines
246 B
Text
Typical use :
|
|
|
|
1) Choose a port
|
|
# cd /usr/ports/editors/vim
|
|
|
|
2) Configure it, with its dependencies
|
|
# lsknobs
|
|
# make config-recursive
|
|
(repeat these two steps until you agree with what is shown)
|
|
|
|
3) Install everything
|
|
# make install clean
|