summaryrefslogtreecommitdiff
path: root/editors/vim-motif
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-01-25 13:48:54 +0000
committerjmmv <jmmv>2005-01-25 13:48:54 +0000
commitd4fb24774fd104f4be094fdfc9998408c14d14f5 (patch)
treeaaa39859b6bce82067e8655dcd913473462a2836 /editors/vim-motif
parentd9bbf65d8c19538278d5ff79d8b86d5b19bfde27 (diff)
downloadpkgsrc-d4fb24774fd104f4be094fdfc9998408c14d14f5.tar.gz
Make nvi and vim* use the alternatives system to install wrappers for
bin/vi, bin/ex and bin/view. Bump their PKGREVISIONs. vim-kde is an exception because it currently installs programs with these names. So, as it's currently marked as vulnerable and as I don't have KDE installed ATM, I'm marking it as conflicting.
Diffstat (limited to 'editors/vim-motif')
-rw-r--r--editors/vim-motif/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/vim-motif/Makefile b/editors/vim-motif/Makefile
index f492e98e39a..22253c3bb62 100644
--- a/editors/vim-motif/Makefile
+++ b/editors/vim-motif/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2005/01/06 20:41:11 adrianp Exp $
-
-.include "../vim-share/Makefile.common"
+# $NetBSD: Makefile,v 1.11 2005/01/25 13:48:54 jmmv Exp $
PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Motif GUI
+.include "../vim-share/Makefile.common"
+
DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share
CONFLICTS+= vim-[0-9]* vim-gtk-[0-9]* vim-gtk2-[0-9]*
CONFLICTS+= vim-xaw-[0-9]* vim-kde-[0-9]*