1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

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>
This commit is contained in:
David E. O'Brien 2007-01-08 19:12:58 +00:00
parent 021029c831
commit 36c7e2ee02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181800

View File

@ -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: