shells/zsh-completions: Remove completion for tarsnap
Tarsnap now ships with a zsh completion script. Please use the completion from sysutils/tarsnap instead of this port. Reported by: cperciva
This commit is contained in:
parent
bc505851e8
commit
f0e3988df2
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= zsh-completions
|
||||
PORTVERSION= 0.33.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= shells
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
@ -18,6 +19,9 @@ NO_BUILD= yes
|
||||
GH_ACCOUNT= zsh-users
|
||||
USE_GITHUB= yes
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/src/_tarsnap
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
|
||||
${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
|
||||
|
@ -119,7 +119,6 @@ share/zsh/site-functions/_subl
|
||||
share/zsh/site-functions/_subliminal
|
||||
share/zsh/site-functions/_supervisorctl
|
||||
share/zsh/site-functions/_svm
|
||||
share/zsh/site-functions/_tarsnap
|
||||
share/zsh/site-functions/_teamocil
|
||||
share/zsh/site-functions/_thor
|
||||
share/zsh/site-functions/_tmuxinator
|
||||
|
Loading…
Reference in New Issue
Block a user