diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-15 07:33:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-15 07:33:31 +0000 |
commit | b3aa9879937e432f82b60df9272c90aefa03b149 (patch) | |
tree | 386b39d3b62d087e3835478a076848ef8f476283 /editors/vim | |
parent | upgrade 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')
-rw-r--r-- | editors/vim/Makefile | 2 |
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> |