diff options
author | tron <tron> | 1999-10-07 17:41:46 +0000 |
---|---|---|
committer | tron <tron> | 1999-10-07 17:41:46 +0000 |
commit | 1ca7150554b5fdbc116d8644a365221544ca4d68 (patch) | |
tree | 2d8ff5a4cfcc741335dc5c3b33c65c184dcac80a /editors/vim | |
parent | 98fbd4a59de53fdd5c1183d52a6d2e29fe1edb5d (diff) | |
download | pkgsrc-1ca7150554b5fdbc116d8644a365221544ca4d68.tar.gz |
Remove me as maintainer of those packages.
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 02a46666e18..bc10143b0fc 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1999/08/08 09:31:18 rh Exp $ +# $NetBSD: Makefile,v 1.20 1999/10/07 17:41:49 tron Exp $ DISTNAME= vim-5.4 WRKSRC= ${WRKDIR}/${DISTNAME}/src @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.oce.nl/pub/vim/unix/ \ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} \ ${DISTNAME}-rt${EXTRACT_SUFX} -MAINTAINER= tron@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.vim.org/ DEPENDS= ncurses-4.2:../../devel/ncurses |