diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-25 13:48:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-25 13:48:54 +0000 |
commit | 8ac25937f6812e97dabd42f98c17a5348b5a4f47 (patch) | |
tree | aaa39859b6bce82067e8655dcd913473462a2836 /editors/vim-kde | |
parent | bc7c9c26aba00bff48098f5714ea0cc05b2b2c01 (diff) | |
download | pkgsrc-8ac25937f6812e97dabd42f98c17a5348b5a4f47.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-kde')
-rw-r--r-- | editors/vim-kde/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim-kde/Makefile b/editors/vim-kde/Makefile index 637d479c901..9219c483e08 100644 --- a/editors/vim-kde/Makefile +++ b/editors/vim-kde/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2005/01/06 14:11:03 tron Exp $ +# $NetBSD: Makefile,v 1.25 2005/01/25 13:48:54 jmmv Exp $ DISTNAME= kvim-${KVIM_VERSION} PKGNAME= vim-kde-${KVIM_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors kde MASTER_SITES= ftp://ftp.rutgers.edu/pub/kde/stable/apps/KDE3.x/utils/ \ ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/utils/ \ @@ -17,6 +17,7 @@ KVIM_VERSION= 6.2.14 CONFLICTS+= vim-gtk-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]* CONFLICTS+= vim-share-[0-9]* vim-[0-9]* vim-xaw-[0-9]* +CONFLICTS+= pkg_alternatives-[0-9]* WRKSRC= ${WRKDIR}/kvim-${KVIM_VERSION}/src USE_BUILDLINK3= YES |