diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2009-05-09 19:22:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2009-05-09 19:22:15 +0000 |
commit | b1df87c2ed3148118da4eb634135e84b097a5983 (patch) | |
tree | 0075eb9ed3b7e5137c0528e122eb22941145e9e4 /editors/vim5 | |
parent | 7f277b7ca68d7ca3ee4f5137d1f48b8840b26f11 (diff) |
Notes
Diffstat (limited to 'editors/vim5')
-rw-r--r-- | editors/vim5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index a095f0ba75e8..c11a0caa7d6b 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -19,7 +19,7 @@ PATCH_SITES= ${MASTER_SITES:S/unix/patches/} PATCHFILES+= 5.8.0${p} .endfor -MAINTAINER?= obrien@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT= Vi "workalike", with many additional features .if defined(PACKAGE_BUILDING) && !defined(LITE) |