svn commit: r397305 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 19 05:15:06 UTC 2015


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 at 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 at 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'


More information about the svn-ports-all mailing list