diff options
author | pooka <pooka> | 2000-01-25 17:13:14 +0000 |
---|---|---|
committer | pooka <pooka> | 2000-01-25 17:13:14 +0000 |
commit | 22858e71eee05c10c60610e464745a93ca9c9a00 (patch) | |
tree | 0023658b8178785b48c7659a163b7538008b8f3f /editors/vim-gtk/Makefile | |
parent | d1b5bc83a93b18d7cce6b9533239f4cfd273266e (diff) | |
download | pkgsrc-22858e71eee05c10c60610e464745a93ca9c9a00.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-gtk/Makefile')
-rw-r--r-- | editors/vim-gtk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile index d6773aab4b6..ec16e355ce9 100644 --- a/editors/vim-gtk/Makefile +++ b/editors/vim-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/01/15 18:46:26 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2000/01/25 17:13:16 pooka Exp $ .include "../vim-share/Makefile.common" @@ -35,8 +35,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 |