diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2009-06-16 08:21:56 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2009-06-16 08:21:56 +0000 |
commit | 063e64d4449c3011f44177534d0bd3c0abbb47c5 (patch) | |
tree | 1c0ef154a61347053678c8461e746a229d74af4d /shells | |
parent | aed75c36dd184b251de3d8348db59d028ccd5f59 (diff) |
Update pkg-plist after add completion patches.
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=236011
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 2 | ||||
-rw-r--r-- | shells/zsh/pkg-plist | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index f8c811f357c5..a651e08cb978 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -7,7 +7,7 @@ PORTNAME= zsh PORTVERSION= 4.3.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= SF .if !defined(NOPORTDOCS) diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist index 087546c60c6b..49da65bfb315 100644 --- a/shells/zsh/pkg-plist +++ b/shells/zsh/pkg-plist @@ -79,12 +79,15 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_cvsup %%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_fetch %%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_freebsd-update +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_fstat %%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_kld %%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_pfctl %%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_portaudit %%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_portlint %%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_portsnap %%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_powerd +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_procstat +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_sockstat %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Base.zwc %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Base/_all_labels %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Base/_all_matches |