summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-01-08 19:12:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-01-08 19:12:58 +0000
commit36c7e2ee02a7c6113a85c18e9c4e21fbcc1400aa (patch)
tree090567c9fbd46d05993883a626ca0b394043f710 /editors
parentAllow this port to be built with wxgtk 2.8 and later. (diff)
Fix bug rev 1.292 introduced to Gvim - Escape the pipe in the menu files.
PR: 107524 Submitted by: Ricardo Nabinger Sanchez<rnsanchez@wait4.org> Patch submitted by: James Seward <james@jamesoff.net>
Notes
Notes: svn path=/head/; revision=181800
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 a93c37a3a900..ad5303328cbf 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -10,7 +10,7 @@ PORTNAME?= vim
PATCHLEVEL= 178
PORTVERSION= 7.0.${PATCHLEVEL}
RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//}
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES?= editors
MASTER_SITES= ${MASTER_SITE_VIM}
DISTFILES= ${RELEASE}${EXTRACT_SUFX}
@@ -165,7 +165,7 @@ post-extract:
.if defined(WITH_EXUBERANT_CTAGS)
CTAGS_CMD= exctags -R .
.else
-CTAGS_CMD= ${FIND} . -type f|${XARGS} ctags
+CTAGS_CMD= ${FIND} . -type f \\|${XARGS} ctags
.endif
post-patch: