svn commit: r538016 - head/sysutils/zfsnap2

Jan Beich jbeich at FreeBSD.org
Fri Jun 5 13:11:25 UTC 2020


Author: jbeich
Date: Fri Jun  5 13:11:24 2020
New Revision: 538016
URL: https://svnweb.freebsd.org/changeset/ports/538016

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

Modified:
  head/sysutils/zfsnap2/Makefile   (contents, props changed)

Modified: head/sysutils/zfsnap2/Makefile
==============================================================================
--- head/sysutils/zfsnap2/Makefile	Fri Jun  5 12:57:04 2020	(r538015)
+++ head/sysutils/zfsnap2/Makefile	Fri Jun  5 13:11:24 2020	(r538016)
@@ -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>


More information about the svn-ports-all mailing list