blob: 314b840a5954493d5974d79deeb111434b0b060b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[
{ type: install
message: <<EOM
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
EOM
}
]
|