diff options
author | pooka <pooka@pkgsrc.org> | 1999-12-21 17:18:59 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 1999-12-21 17:18:59 +0000 |
commit | 52971756e07cc267a80096db49bf1e903ccf5276 (patch) | |
tree | d9aeaac246169ad516e9e70a2a32b4156c8379e1 /editors/vim | |
parent | eebb9ac685de2992f387ae97f4a6c70dfac7abe2 (diff) | |
download | pkgsrc-52971756e07cc267a80096db49bf1e903ccf5276.tar.gz |
Use soft links also here to be consistent.
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 10 |
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" |