freebsd-ports/shells/bash-completion/files/pkg-message.in
Jean-Yves Lefort bc1db54600 [1]:
- Update to 20050721
  - OPTIONSify

Moreover:
  - Improve the FreeBSD integration by fixing paths in the script
  - Use SUB_FILES=pkg-message

[1]:
PR:		ports/84305
Submitted by:	maintainer
2005-07-29 18:26:25 +00:00

9 lines
284 B
Text

The programmable completion library is not enabled by default for various
reasons. To use it, you should source %%PREFIX%%/etc/bash_completion from
your .bashrc file. For example:
if [ -f %%PREFIX%%/etc/bash_completion ]; then
. %%PREFIX%%/etc/bash_completion
fi