diff options
author | pooka <pooka@pkgsrc.org> | 2000-01-25 17:13:14 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-01-25 17:13:14 +0000 |
commit | 9a530df968264c02e8d2a6f18f4f5a4c18aaa145 (patch) | |
tree | 0023658b8178785b48c7659a163b7538008b8f3f /editors/vim | |
parent | 0a3bc8b894fedc73684138f07f4f35a3a7be3d11 (diff) | |
download | pkgsrc-9a530df968264c02e8d2a6f18f4f5a4c18aaa145.tar.gz |
Remove all files that might conflict with a `normal vi', eg. bin/ex and
man/man1/view.1. The functionality is still there, the links are just no
longer created.
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 4 | ||||
-rw-r--r-- | editors/vim/pkg/PLIST | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 47543be2d5a..1d8cbc4aa02 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2000/01/17 17:36:35 pooka Exp $ +# $NetBSD: Makefile,v 1.31 2000/01/25 17:13:14 pooka Exp $ .include "../vim-share/Makefile.common" @@ -23,8 +23,6 @@ DEPENDS+= ncurses>=4.2:../../devel/ncurses .endif post-install: - ${LN} -fs vim ${PREFIX}/bin/ex - ${LN} -fs vim ${PREFIX}/bin/view ${LN} -fs vim ${PREFIX}/bin/rvim ${LN} -fs vim ${PREFIX}/bin/rview diff --git a/editors/vim/pkg/PLIST b/editors/vim/pkg/PLIST index 0d07aecb255..8c0376f8aa1 100644 --- a/editors/vim/pkg/PLIST +++ b/editors/vim/pkg/PLIST @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 1999/12/21 13:18:12 pooka Exp $ +@comment $NetBSD: PLIST,v 1.12 2000/01/25 17:13:16 pooka Exp $ bin/vim -bin/ex -bin/view bin/rvim bin/rview |