diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-05-31 17:19:17 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-05-31 17:19:17 +0800 |
commit | a630290b99998215f7e6def39cccbf1297001792 (patch) | |
tree | 9c76acda298379328950dc8eb08cc06cb9451673 /mail | |
parent | d9d3e7c123bd4732f79c241ed21e6d71d17e4893 (diff) | |
download | freebsd-ports-graphics-a630290b99998215f7e6def39cccbf1297001792.tar.gz freebsd-ports-graphics-a630290b99998215f7e6def39cccbf1297001792.tar.zst freebsd-ports-graphics-a630290b99998215f7e6def39cccbf1297001792.zip |
- Provide an additional mirror
- Pass maintainer-ship to submitter
PR: 98075
Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/metamail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index 80e0a522dac..f76cb728da2 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -9,11 +9,12 @@ PORTNAME= metamail PORTVERSION= 2.7 PORTREVISION= 3 CATEGORIES= mail -MASTER_SITES= http://ftp.funet.fi/pub/unix/mail/metamail/ +MASTER_SITES= http://ftp.funet.fi/pub/unix/mail/metamail/ \ + ftp://ftp.research.telcordia.com/pub/nsb/ DISTNAME= mm${PORTVERSION} EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jean-francois.dockes@wanadoo.fr COMMENT= Implementation of MIME, the Multipurpose Internet Mail Extensions BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} |