diff options
author | pclin <pclin@FreeBSD.org> | 2013-02-13 14:04:08 +0800 |
---|---|---|
committer | pclin <pclin@FreeBSD.org> | 2013-02-13 14:04:08 +0800 |
commit | d6407a6876edc8160d556408cbb7d5f93998908e (patch) | |
tree | 41f8496fb1a55368ad7a5979e63c22ab66f30478 /mail | |
parent | cb415fb5ae9c803674e9368b52345565c6a28003 (diff) | |
download | freebsd-ports-gnome-d6407a6876edc8160d556408cbb7d5f93998908e.tar.gz freebsd-ports-gnome-d6407a6876edc8160d556408cbb7d5f93998908e.tar.zst freebsd-ports-gnome-d6407a6876edc8160d556408cbb7d5f93998908e.zip |
- Update MAINTAINER email address for all my ports
- Convert Makefile header to new style if needed
Approved by: swills (mentor)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pm-lib/Makefile | 8 | ||||
-rw-r--r-- | mail/py-milter/Makefile | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/mail/pm-lib/Makefile b/mail/pm-lib/Makefile index af1894e99555..699bb95b3da9 100644 --- a/mail/pm-lib/Makefile +++ b/mail/pm-lib/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: pm-lib -# Date created: 14 November 2001 -# Whom: Jeremy Norris <ishmael27@home.com> -# +# Created by: Jeremy Norris <ishmael27@home.com> # $FreeBSD$ -# PORTNAME= pm-lib PORTVERSION= 20091202 @@ -13,7 +9,7 @@ MASTER_SITES= SAVANNAH MASTER_SITE_SUBDIR= procmail-lib DISTNAME= procmail-lib-2009.1202 -MAINTAINER= linpc@cs.nctu.edu.tw +MAINTAINER= pclin@FreeBSD.org COMMENT= A collection of procmail plug-in modules LICENSE= GPLv2 diff --git a/mail/py-milter/Makefile b/mail/py-milter/Makefile index 851a23db9aec..9039be542f2a 100644 --- a/mail/py-milter/Makefile +++ b/mail/py-milter/Makefile @@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= ${PYPORTNAME}/${PYPORTNAME}/${DISTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PYPORTNAME}-${PORTVERSION} -MAINTAINER= linpc@cs.nctu.edu.tw +MAINTAINER= pclin@FreeBSD.org COMMENT= Python interface to Sendmail milter API LICENSE= GPLv2 |