mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Add missing \
- Bump PORTREVISION for package change Reported by: Matthew D. Fuller <fullermd@over-yonder.net>
This commit is contained in:
parent
998ca0dbe2
commit
3ae026523d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397305
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user