summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-01-07 07:35:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-01-07 07:35:01 +0000
commitc873d8a1f96316d9cc8183567723953c2bcf9307 (patch)
tree4664267e22e25f8571580f745fa106dfc79f80c3 /editors/vim
parentAdd patches 126 and 186. (diff)
Be more precautionary in cleaning out patch turds.
Submitted by: "Mikhail T." <mi+metlife@aldan.algebra.com>
Notes
Notes: svn path=/head/; revision=205144
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 16bba777334e..80c493ed9113 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -199,7 +199,7 @@ pre-configure:
# Clean up junk files to keep them from being installed.
pre-install:
- @${RM} -f ${WRKSRC}/../runtime/macros/maze/*.orig
+ @${FIND} ${WRKSRC:H} -type f -name '*.orig' -delete
post-install:
[ -e ${PREFIX}/bin/gvim ] || (cd ${PREFIX}/bin ; ${LN} -sf vim gvim)