diff options
author | obrien <obrien@FreeBSD.org> | 2000-10-16 20:50:47 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-10-16 20:50:47 +0000 |
commit | 94edd983b3acae96e4014f60ed5c06d9bb6aaa12 (patch) | |
tree | 0487e82f54ae10ed91e9596e92e57c62252d36e0 /editors/vim6 | |
parent | 14a50f3d700fecfe91ce81cc73676d6277ecf47c (diff) | |
download | FreeBSD-ports-94edd983b3acae96e4014f60ed5c06d9bb6aaa12.zip FreeBSD-ports-94edd983b3acae96e4014f60ed5c06d9bb6aaa12.tar.gz |
Ctags isn't included anymore.
Diffstat (limited to 'editors/vim6')
-rw-r--r-- | editors/vim6/Makefile | 6 | ||||
-rw-r--r-- | editors/vim6/pkg-plist | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index 7aac26a..ed20d47 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> diff --git a/editors/vim6/pkg-plist b/editors/vim6/pkg-plist index 0928976..2499d0a 100644 --- a/editors/vim6/pkg-plist +++ b/editors/vim6/pkg-plist @@ -1,8 +1,6 @@ @comment $FreeBSD$ bin/vim bin/vimtutor -bin/ctags -bin/etags bin/xxd @comment bin/ex @comment bin/gex |