summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron>1998-02-22 10:01:24 +0000
committertron <tron>1998-02-22 10:01:24 +0000
commitb6916b02516d95613591f3a80de45673df071e6c (patch)
tree9d0cc1ca9b47517f0b748971ceb4e283849ee025 /editors
parent55a00b7c2935ca9f916a5516cd0469bfee2c8c15 (diff)
downloadpkgsrc-b6916b02516d95613591f3a80de45673df071e6c.tar.gz
Correct "MAN1".
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 520dfe8ad20..d78dba02618 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -4,7 +4,7 @@
# Date Created: 19 February 1998
# Whom: tron
#
-# $NetBSD: Makefile,v 1.1 1998/02/19 21:47:54 tron Exp $
+# $NetBSD: Makefile,v 1.2 1998/02/22 10:01:24 tron Exp $
DISTNAME= vim-5.0
CATEGORIES= editors
@@ -18,7 +18,7 @@ MAINTAINER= tron@netbsd.org
WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
-MAN1= ctags.1 etags.1 ex.1 gview.1 gvim.1 rgview.1 rgvim.1 rview.1 \
- rvim.1 view.1 vim.1 xxd.1
+MAN1= ex.1 gview.1 gvim.1 rgview.1 rgvim.1 rview.1 vim.1 view.1 vim.1 xxd.1 \
+ vim-ctags.1 vim-etags.1
.include <bsd.port.mk>