diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-29 12:44:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-29 12:44:15 +0000 |
commit | 8707ef668ec7744e12484cd49607a3edaf3a9e8a (patch) | |
tree | 6827111b8d905e12ebb2f035d8f4ce97419c3d05 /shells/Makefile | |
parent | c62519058d20e1868cd48fe8093e3111da285aeb (diff) | |
download | ports-8707ef668ec7744e12484cd49607a3edaf3a9e8a.tar.gz ports-8707ef668ec7744e12484cd49607a3edaf3a9e8a.zip |
New port: shells/bash-completion
The shells/bash-completion port installs Ian Macdonald's
programmable completion library for Bash 2.04 and above.
This gives users context- sensitive tab-completion for such
things as program arguments, SSH hostnames, NFS mounts, and
so on.
PR: ports/52790
Submitted by: Kirk Strauser <kirk@strauser.com>
Notes
Notes:
svn path=/head/; revision=89798
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index 1c4999568bda..28216cb52bcf 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -2,6 +2,7 @@ # SUBDIR += 44bsd-csh + SUBDIR += bash-completion SUBDIR += bash1 SUBDIR += bash2 SUBDIR += es |