diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-13 15:04:51 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-13 15:04:51 +0000 |
commit | 3887814e0944a3933e7cc1b72b670179f1f33a06 (patch) | |
tree | 5b4c022d27712298db54dd8be5dc7032861e14f7 /mail/ssmtp | |
parent | 4eee38c9fc2b11870c0d60940d673888b95cb4ed (diff) | |
download | ports-3887814e0944a3933e7cc1b72b670179f1f33a06.tar.gz ports-3887814e0944a3933e7cc1b72b670179f1f33a06.zip |
Notes
Diffstat (limited to 'mail/ssmtp')
-rw-r--r-- | mail/ssmtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index e0edfbe2502a..0a87b66217cd 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -12,7 +12,7 @@ CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= sheepkiller@cultdeadsheep.org +MAINTAINER= clement@FreeBSD.org COMMENT= Extremely simple MTA to get mail off the system to a mail hub WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.[0-9]+$//} |