diff options
author | itojun <itojun@FreeBSD.org> | 2001-01-09 05:57:08 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 2001-01-09 05:57:08 +0000 |
commit | 35529bfecbc5e288efe36ed76af9ad3b29086e57 (patch) | |
tree | b6d2430e478a98d5a2d61a25c4c0633cd1a32fbe /mail/smtpfeed/Makefile | |
parent | b0e272b58abb7068e0d5ac6674f2a95e5c7c10a7 (diff) | |
download | FreeBSD-ports-35529bfecbc5e288efe36ed76af9ad3b29086e57.zip FreeBSD-ports-35529bfecbc5e288efe36ed76af9ad3b29086e57.tar.gz |
drop myself from MAINTAINER. too many KAME platforms to support,
to little time...
Diffstat (limited to 'mail/smtpfeed/Makefile')
-rw-r--r-- | mail/smtpfeed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile index 65f94c6..622c13f 100644 --- a/mail/smtpfeed/Makefile +++ b/mail/smtpfeed/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SENDMAIL}${EXTRACT_SUFX} \ ${SENDMAILPATCH}.patch.gz -MAINTAINER= itojun@itojun.org +MAINTAINER= ports@freebsd.org EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${SENDMAIL}${EXTRACT_SUFX} PATCH_SENDMAIL_ARGS= -d ${WRKSRC_SENDMAIL} -E ${PATCH_DIST_STRIP} |