Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2015 05:15:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397305 - head/editors/vim
Message-ID:  <201509190515.t8J5F5tb004775@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep 19 05:15:05 2015
New Revision: 397305
URL: https://svnweb.freebsd.org/changeset/ports/397305

Log:
  - Add missing \
  - Bump PORTREVISION for package change
  
  Reported by:	Matthew D. Fuller <fullermd@over-yonder.net>

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Sat Sep 19 05:10:08 2015	(r397304)
+++ head/editors/vim/Makefile	Sat Sep 19 05:15:05 2015	(r397305)
@@ -4,6 +4,7 @@
 PORTNAME=	vim
 PORTVERSION=	7.4.865
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES?=	editors
 
 MAINTAINER?=	sunpoet@FreeBSD.org
@@ -115,7 +116,7 @@ post-patch:
 	@${ECHO_CMD} '#define SYS_GVIMRC_FILE "'${ETCDIR}'/gvimrc"' >> ${WRKSRC}/src/feature.h
 
 post-patch-EXUBERANT_CTAGS-off:
-	@${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|ctags -R \.|${FIND} . -type f \| ${XARGS} ctags|g'
+	@${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|ctags -R \.|${FIND} . -type f \\\| ${XARGS} ctags|g'
 
 post-patch-EXUBERANT_CTAGS-on:
 	@${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|ctags -R \.|exctags -R .|g'



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