diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-12-02 13:47:06 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-12-02 13:47:06 +0000 |
commit | 5a5720227fa44a96aa4503965cc3b33d27eb50f6 (patch) | |
tree | 1f9a99ee636e668a3b618082672e1cdbd4f687f5 /editors | |
parent | 5d0190039d0eea21cccae5ce9d8cc4d9f27b477f (diff) | |
download | ports-5a5720227fa44a96aa4503965cc3b33d27eb50f6.tar.gz ports-5a5720227fa44a96aa4503965cc3b33d27eb50f6.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-lite/Makefile | 2 | ||||
-rw-r--r-- | editors/vim/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile index 3da3b0e55ca0..eea4bc25e4ec 100644 --- a/editors/vim-lite/Makefile +++ b/editors/vim-lite/Makefile @@ -5,7 +5,7 @@ LITE= yes MASTERDIR= ${.CURDIR}/../vim -MAINTAINER?= obrien@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= Vi "workalike", with many additional features (Lite package) PORTREVISION= 2 diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 9abca3d8dd81..c8c2d9eb97c8 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?= obrien@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= Vi "workalike", with many additional features SLAVEDIRS= editors/vim-lite |