diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-12-02 17:04:25 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-12-02 17:04:25 +0000 |
commit | 03258122d24058eaacf3da5e5335fc5da5c64b65 (patch) | |
tree | e88638981ccd31e320d2e9ba37bc55e8480d3a0e /shells/bash-completion/files/pkg-message.in | |
parent | - Update to 3.35 (diff) |
Update to 2.4, and switch from the alioth sources to the Github project
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.
Notes
Notes:
svn path=/head/; revision=427580
Diffstat (limited to 'shells/bash-completion/files/pkg-message.in')
-rw-r--r-- | shells/bash-completion/files/pkg-message.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash-completion/files/pkg-message.in b/shells/bash-completion/files/pkg-message.in index 295c11f08d8d..f5c3c0203fd3 100644 --- a/shells/bash-completion/files/pkg-message.in +++ b/shells/bash-completion/files/pkg-message.in @@ -7,7 +7,7 @@ your .bashrc file: [[ $PS1 && -f %%RUNFILE%% ]] && \ source %%RUNFILE%% -See %%DOCSDIR%%/README for more information. +See %%DOCSDIR%%/README.md for more information. ===================================================================== |