diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-03 03:42:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-03 03:42:01 +0800 |
commit | e34fe77ed1836f14b7e47aafb4a728e4937101f7 (patch) | |
tree | 3924fd00b8457fb64f0a3a590b82125b7c4c2710 /editors | |
parent | 23da16e8e2fc36c210c92f4dbd272f79b2bf6e26 (diff) | |
download | freebsd-ports-gnome-e34fe77ed1836f14b7e47aafb4a728e4937101f7.tar.gz freebsd-ports-gnome-e34fe77ed1836f14b7e47aafb4a728e4937101f7.tar.zst freebsd-ports-gnome-e34fe77ed1836f14b7e47aafb4a728e4937101f7.zip |
- Take maintainership
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-lite/Makefile | 4 | ||||
-rw-r--r-- | editors/vim/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile index eea4bc25e4ec..4321410ee2f9 100644 --- a/editors/vim-lite/Makefile +++ b/editors/vim-lite/Makefile @@ -5,8 +5,8 @@ LITE= yes MASTERDIR= ${.CURDIR}/../vim -MAINTAINER?= ports@FreeBSD.org -COMMENT?= Vi "workalike", with many additional features (Lite package) +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Vi "workalike", with many additional features (Lite package) PORTREVISION= 2 diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 6384b6f7b05f..3c320ad9f226 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -28,7 +28,7 @@ BADPATCHES= 527 780 796 873 890 1104 1111 PATCHFILES:= ${PATCHFILES:N7.3.${p}} .endfor -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= sunpoet@FreeBSD.org COMMENT?= Vi "workalike", with many additional features SLAVEDIRS= editors/vim-lite |