Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 2020 13:12:54 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r538017 - branches/2020Q2/sysutils/zfsnap2
Message-ID:  <202006051312.055DCsRc096469@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jun  5 13:12:54 2020
New Revision: 538017
URL: https://svnweb.freebsd.org/changeset/ports/538017

Log:
  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)

Modified:
  branches/2020Q2/sysutils/zfsnap2/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/sysutils/zfsnap2/Makefile
==============================================================================
--- branches/2020Q2/sysutils/zfsnap2/Makefile	Fri Jun  5 13:11:24 2020	(r538016)
+++ branches/2020Q2/sysutils/zfsnap2/Makefile	Fri Jun  5 13:12:54 2020	(r538017)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006051312.055DCsRc096469>