diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-16 20:50:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-16 20:50:47 +0000 |
commit | d94079c78ea1fc61fa39c35c0afb80378346d767 (patch) | |
tree | bb30a04dd207df644af664b149fa7868c63bea83 | |
parent | 25725d6ffb1985a613de587177d86d99174f5762 (diff) |
Ctags isn't included anymore.
Notes
Notes:
svn path=/head/; revision=33904
-rw-r--r-- | editors/vim/Makefile | 6 | ||||
-rw-r--r-- | editors/vim/pkg-plist | 2 | ||||
-rw-r--r-- | editors/vim6/Makefile | 6 | ||||
-rw-r--r-- | editors/vim6/pkg-plist | 2 |
4 files changed, 4 insertions, 12 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 7aac26a109ce..ed20d475fe53 100644 --- a/editors/vim/Makefile +++ b/editors/vim/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/vim/pkg-plist b/editors/vim/pkg-plist index 092897653344..2499d0a9af1f 100644 --- a/editors/vim/pkg-plist +++ b/editors/vim/pkg-plist @@ -1,8 +1,6 @@ @comment $FreeBSD$ bin/vim bin/vimtutor -bin/ctags -bin/etags bin/xxd @comment bin/ex @comment bin/gex 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> diff --git a/editors/vim6/pkg-plist b/editors/vim6/pkg-plist index 092897653344..2499d0a9af1f 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 |