aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-09-19 13:15:05 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-09-19 13:15:05 +0800
commitcad3b96c403a0fa854263b2c526b81cf22c249f0 (patch)
tree9ec5b1f73304caf76a855e020043620ad76a926a
parent665732841cb978405f3f9e79aaa14bebaab56278 (diff)
downloadfreebsd-ports-gnome-cad3b96c403a0fa854263b2c526b81cf22c249f0.tar.gz
freebsd-ports-gnome-cad3b96c403a0fa854263b2c526b81cf22c249f0.tar.zst
freebsd-ports-gnome-cad3b96c403a0fa854263b2c526b81cf22c249f0.zip
- Add missing \
- Bump PORTREVISION for package change Reported by: Matthew D. Fuller <fullermd@over-yonder.net>
-rw-r--r--editors/vim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 480bc25afb6a..877b665879e0 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -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'