diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-10-07 03:32:29 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-10-07 03:32:29 +0000 |
commit | 300106826850aeb789f0a52ceca1327c5aa828bf (patch) | |
tree | 9d78ebff4584e7ede4fc2391fee3eb67139ef5df /shells/bash-completion-classic/Makefile | |
parent | d5084d308ea012fa62efb8de7dba503ed8dbf678 (diff) |
Fix auto-completion for portinstall and /usr/ports/INDEX-*.
PR: ports/103550
Submitted by: Jeppe Larsen <jwl@io.dk>
Approved by: Kirk Strauser <kirk@strauser.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=174705
Diffstat (limited to 'shells/bash-completion-classic/Makefile')
-rw-r--r-- | shells/bash-completion-classic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/bash-completion-classic/Makefile b/shells/bash-completion-classic/Makefile index 2fe6ea0ac133..2618cd19ddd2 100644 --- a/shells/bash-completion-classic/Makefile +++ b/shells/bash-completion-classic/Makefile @@ -7,6 +7,7 @@ PORTNAME= bash-completion PORTVERSION= 20060301 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://www.caliban.org/files/bash/ |