From d556d05bb66629d6448e2dd8fb42aba1a6ccbcdf Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 5 Jun 2020 13:11:24 +0000 Subject: [PATCH] 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) --- sysutils/zfsnap2/Makefile | 4 ++-- 1 file 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