aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-10-31 21:03:37 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-10-31 21:03:37 +0000
commitfd4fb7b0f030944864fb268b3045b37bb0e83eb9 (patch)
treef22bc6c07203a77bb6088eb0745466eb42925aff /editors
parent7273f4e5a2ce44a38013a4fbe270aa2ff701a093 (diff)
downloadports-fd4fb7b0f030944864fb268b3045b37bb0e83eb9.tar.gz
ports-fd4fb7b0f030944864fb268b3045b37bb0e83eb9.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 984fd7fb9c86..9a339ae5ab59 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -4,7 +4,7 @@
PORTNAME= vim
PORTVERSION= 8.0.1231
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MAINTAINER= adamw@FreeBSD.org
@@ -177,7 +177,7 @@ post-install:
# OPTIONS
post-patch-EXUBERANT_CTAGS-off:
- @${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -Ee 's!ctags -R ?\.!${FIND} . -type f | ${XARGS} ctags!g'
+ @${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -Ee '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'