summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorpooka <pooka>1999-12-21 17:18:59 +0000
committerpooka <pooka>1999-12-21 17:18:59 +0000
commitc6f4a30cab83de6413133d672403ba9b0b9c1f20 (patch)
treed9aeaac246169ad516e9e70a2a32b4156c8379e1 /editors/vim
parent85d8603c01c22bdedec16d8f45c594dde5a2cda8 (diff)
downloadpkgsrc-c6f4a30cab83de6413133d672403ba9b0b9c1f20.tar.gz
Use soft links also here to be consistent.
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 2963cfd081d..39e66a47e1a 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 1999/12/21 13:18:05 pooka Exp $
+# $NetBSD: Makefile,v 1.28 1999/12/21 17:18:59 pooka Exp $
.include "../vim-share/Makefile.common"
@@ -23,9 +23,9 @@ DEPENDS+= ncurses-4.2:../../devel/ncurses
.endif
post-install:
- @${LN} ${PREFIX}/bin/vim ${PREFIX}/bin/ex
- @${LN} ${PREFIX}/bin/vim ${PREFIX}/bin/view
- @${LN} ${PREFIX}/bin/vim ${PREFIX}/bin/rvim
- @${LN} ${PREFIX}/bin/vim ${PREFIX}/bin/rview
+ @${LN} -fs vim ${PREFIX}/bin/ex
+ @${LN} -fs vim ${PREFIX}/bin/view
+ @${LN} -fs vim ${PREFIX}/bin/rvim
+ @${LN} -fs vim ${PREFIX}/bin/rview
.include "../../mk/bsd.pkg.mk"