summaryrefslogtreecommitdiff
path: root/editors/vim6/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-10-16 20:50:47 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-10-16 20:50:47 +0000
commitd94079c78ea1fc61fa39c35c0afb80378346d767 (patch)
treebb30a04dd207df644af664b149fa7868c63bea83 /editors/vim6/Makefile
parentFirst cut at configuration patches. This is very much a WIP, and I welcome (diff)
Ctags isn't included anymore.
Notes
Notes: svn path=/head/; revision=33904
Diffstat (limited to 'editors/vim6/Makefile')
-rw-r--r--editors/vim6/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index 7aac26a109ce..ed20d475fe53 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -42,8 +42,8 @@ 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= vim.1 vimtutor.1 xxd.1 ectags.1
-MLINKS= vim.1 rvim.1 vim.1 rview.1 ectags.1 etags.1
+MAN1= vim.1 vimtutor.1 xxd.1
+MLINKS= vim.1 rvim.1 vim.1 rview.1
.include <bsd.port.pre.mk>
@@ -80,7 +80,5 @@ post-install:
.if !defined(LITE)
[ -e ${PREFIX}/bin/gvim ] || ${LN} -s ${PREFIX}/bin/vim ${PREFIX}/bin/gvim
.endif
- @${RM} -f ${PREFIX}/man/man1/etags.1
- @${MV} ${PREFIX}/man/man1/ctags.1 ${PREFIX}/man/man1/ectags.1
.include <bsd.port.post.mk>