aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-06-05 13:12:54 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-06-05 13:12:54 +0000
commitdebf1dd0ffcca5a69be81434b43e577f1fac9bf6 (patch)
tree9b95f25a18945326c354df34d4d4647af5b0e4a1
parent3d4791b7d73484a86f63d472b9bfdc12a78caa6a (diff)
downloadports-debf1dd0ffcca5a69be81434b43e577f1fac9bf6.tar.gz
ports-debf1dd0ffcca5a69be81434b43e577f1fac9bf6.zip
MFH: r538016
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) Approved by: ports-secteam blanket (runtime fix)
Notes
Notes: svn path=/branches/2020Q2/; revision=538017
-rw-r--r--sysutils/zfsnap2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/zfsnap2/Makefile b/sysutils/zfsnap2/Makefile
index eb43671dce58..8c8df4c6a508 100644
--- a/sysutils/zfsnap2/Makefile
+++ b/sysutils/zfsnap2/Makefile
@@ -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>