mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
that the old WWW redirects to. Among other changes, this port now optionally installs some cmake modules, which I hope I'm installing into the correct place.
13 lines
327 B
Text
13 lines
327 B
Text
|
|
=====================================================================
|
|
|
|
To enable the bash completion library, add the following to
|
|
your .bashrc file:
|
|
|
|
[[ $PS1 && -f %%RUNFILE%% ]] && \
|
|
source %%RUNFILE%%
|
|
|
|
See %%DOCSDIR%%/README.md for more information.
|
|
|
|
=====================================================================
|
|
|