summaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-04-15 07:33:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-04-15 07:33:31 +0000
commitb3aa9879937e432f82b60df9272c90aefa03b149 (patch)
tree386b39d3b62d087e3835478a076848ef8f476283 /editors/vim/Makefile
parentupgrade to 7.1.2, it's not in-secure now (diff)
Make reinstall friendly.
Notes
Notes: svn path=/head/; revision=41411
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 2aa4917fe8f2..b453cb249c59 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -76,6 +76,6 @@ pre-build:
@(cd ${WRKSRC}; ${MAKE} distclean)
post-install:
- [ -e ${PREFIX}/bin/gvim ] || (cd ${PREFIX}/bin ; ${LN} -s vim gvim)
+ [ -e ${PREFIX}/bin/gvim ] || (cd ${PREFIX}/bin ; ${LN} -sf vim gvim)
.include <bsd.port.post.mk>