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-xaw | |
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-xaw')
-rw-r--r-- | editors/vim-xaw/Makefile | 4 | ||||
-rw-r--r-- | editors/vim-xaw/pkg/PLIST | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile index 37d2adfdc94..6ab45682e7c 100644 --- a/editors/vim-xaw/Makefile +++ b/editors/vim-xaw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/01/15 18:46:27 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2000/01/25 17:13:19 pooka Exp $ .include "../vim-share/Makefile.common" @@ -33,8 +33,6 @@ post-install: ${LN} -fs vim ${PREFIX}/bin/gview ${LN} -fs vim ${PREFIX}/bin/rgvim ${LN} -fs vim ${PREFIX}/bin/rgview - ${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-xaw/pkg/PLIST b/editors/vim-xaw/pkg/PLIST index d97d9054e34..1b692f739e7 100644 --- a/editors/vim-xaw/pkg/PLIST +++ b/editors/vim-xaw/pkg/PLIST @@ -1,11 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/21 13:26:30 pooka Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/01/25 17:13:19 pooka Exp $ bin/vim bin/gvim bin/gview bin/rgvim bin/rgview -bin/ex -bin/view bin/rvim bin/rview man/man1/gvim.1 |