diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2007-01-08 19:12:58 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-01-08 19:12:58 +0000 |
commit | 36c7e2ee02a7c6113a85c18e9c4e21fbcc1400aa (patch) | |
tree | 090567c9fbd46d05993883a626ca0b394043f710 /editors/vim | |
parent | 021029c831a040bdac7502f1e2b694e5ea68c6f3 (diff) | |
download | ports-36c7e2ee02a7c6113a85c18e9c4e21fbcc1400aa.tar.gz ports-36c7e2ee02a7c6113a85c18e9c4e21fbcc1400aa.zip |
Notes
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 4 |
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: |