ports/misc/lesspipe/files/pkg-message.in
2019-08-13 22:29:42 +00:00

13 lines
325 B
Text

[
{ type: install
message: <<EOM
To use lesspipe.sh, type in the following commands
LESSOPEN="|%%PREFIX%%/bin/lesspipe.sh %s"; export LESSOPEN (sh, bash, ksh, zsh)
setenv LESSOPEN "|%%PREFIX%%/bin/lesspipe.sh %s" (csh, tcsh)
or put these commands in your shell's startup file (e.g. .cshrc or .bashrc).
EOM
}
]