summaryrefslogtreecommitdiff
path: root/editors/vim6
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-24 01:17:46 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-24 01:17:46 +0000
commit527f36a623dda5f1ca32a5fddd9a9aa55897a1ca (patch)
treeabd5ccf4c0023ffb266f662abaa8ba1153f565fe /editors/vim6
parentChase distfiles. (diff)
Fix typo.
Notes
Notes: svn path=/head/; revision=42988
Diffstat (limited to 'editors/vim6')
-rw-r--r--editors/vim6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index 4653bfb59d8f..634590ae09ac 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -41,7 +41,7 @@ PATCH_DIST_ARGS= -d ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g} --forward --quiet
MAKE_ARGS+= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib"
ALL_TARGET= #
PLIST_SUB= VIM_VER=${DISTNAME:S/-//:S/.//}
-MAN1= eview.1 evin.1 gvimdiff.1 vim.1 vimdiff.1 vimtutor.1 xxd.1
+MAN1= eview.1 evim.1 gvimdiff.1 vim.1 vimdiff.1 vimtutor.1 xxd.1
MLINKS= vim.1 rvim.1 vim.1 rview.1
.include <bsd.port.pre.mk>