sysutils/zfsnap2: fix ZSH symlink

compinit:503: no such file or directory: /usr/local/share/zsh/site-functions/_zfsnap

PR:		240628
Submitted by:	Christopher Hall
Approved by:	maintainer timeout (9 months)
This commit is contained in:
Jan Beich
2020-06-05 13:11:24 +00:00
parent 5c9b4f4a8b
commit d556d05bb6
+2 -2
View File
@@ -4,7 +4,7 @@
PORTNAME= zfsnap
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0-beta3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
PKGNAMESUFFIX= 2
@@ -44,7 +44,7 @@ post-install-BASH-on:
post-install-ZSH-on:
${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
${LN} -s ../../share/zfsnap/completion/zfsnap-completion.zsh \
${LN} -s ../../zfsnap/completion/zfsnap-completion.zsh \
${STAGEDIR}${PREFIX}/share/zsh/site-functions/_zfsnap
.include <bsd.port.mk>