freebsd-ports/ports-mgmt/lsknobs/files/pkg-message.in
Martin Wilke 0ce79ac0ab lsknobs is a simple sh(1) script designed to help configure
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>
2008-01-24 15:01:12 +00:00

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