summaryrefslogtreecommitdiff
path: root/editors/nvi
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-01-25 13:48:54 +0000
committerjmmv <jmmv@pkgsrc.org>2005-01-25 13:48:54 +0000
commitc75010e99f727676e8b60da9c8ee0b7dbc833629 (patch)
treeaaa39859b6bce82067e8655dcd913473462a2836 /editors/nvi
parentdefe7d0d35937df319cdaa10f90799c825ac472b (diff)
downloadpkgsrc-c75010e99f727676e8b60da9c8ee0b7dbc833629.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/nvi')
-rw-r--r--editors/nvi/ALTERNATIVES3
-rw-r--r--editors/nvi/Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/editors/nvi/ALTERNATIVES b/editors/nvi/ALTERNATIVES
new file mode 100644
index 00000000000..90e25faacd8
--- /dev/null
+++ b/editors/nvi/ALTERNATIVES
@@ -0,0 +1,3 @@
+bin/ex @PREFIX@/bin/nex
+bin/vi @PREFIX@/bin/nvi
+bin/view @PREFIX@/bin/nview
diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile
index 06bf2e4b585..d248112d03f 100644
--- a/editors/nvi/Makefile
+++ b/editors/nvi/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2004/11/28 13:46:50 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2005/01/25 13:48:54 jmmv Exp $
#
DISTNAME= nvi-1.81.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://www.kotnet.org/~skimo/nvi/devel/
EXTRACT_SUFX= .tar.bz2