diff options
author | alane <alane@FreeBSD.org> | 2002-11-01 13:09:32 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-01 13:09:32 +0000 |
commit | 64e017f526d47422926f64b1326c58e4a6d01d81 (patch) | |
tree | 2355cdf190ae090cb7be6a24279952b4fc036c24 /mail/archivemail | |
parent | 22468f4928c00827a0e0c0ee0e2de4f127686529 (diff) | |
download | FreeBSD-ports-64e017f526d47422926f64b1326c58e4a6d01d81.zip FreeBSD-ports-64e017f526d47422926f64b1326c58e4a6d01d81.tar.gz |
Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
Diffstat (limited to 'mail/archivemail')
-rw-r--r-- | mail/archivemail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/archivemail/Makefile b/mail/archivemail/Makefile index 5c459e6..2fd22fd 100644 --- a/mail/archivemail/Makefile +++ b/mail/archivemail/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: archivemail # Date created: 2002/04/02 -# Whom: Alan Eldridge <AlanE@FreeBSD.org> +# Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ # @@ -12,7 +12,7 @@ CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= AlanE@FreeBSD.org +MAINTAINER= alane@FreeBSD.org USE_PYTHON= yes USE_PYDISTUTILS=yes |