summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorpooka <pooka>1999-12-21 17:18:59 +0000
committerpooka <pooka>1999-12-21 17:18:59 +0000
commit2234dff2ada193f62f3aa26c52e3acb85ee6a644 (patch)
treed9aeaac246169ad516e9e70a2a32b4156c8379e1 /editors
parent3328b1a71398d3de6ae4e996ff63f4ccd6c9bf0c (diff)
downloadpkgsrc-2234dff2ada193f62f3aa26c52e3acb85ee6a644.tar.gz
Use soft links also here to be consistent.
Diffstat (limited to 'editors')
-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"