diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-20 12:48:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-20 12:48:05 +0000 |
commit | 3c8741acbfbb01c0bde791a97b282838cbc2f691 (patch) | |
tree | d720482acdbb5d08524c7b77237dd98d7286f23e /mail/smtptrapd | |
parent | f1ddb58c9e64c571a40ff0f00bcfe6af62e2fcb2 (diff) |
Notes
Diffstat (limited to 'mail/smtptrapd')
-rw-r--r-- | mail/smtptrapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/smtptrapd/Makefile b/mail/smtptrapd/Makefile index 3a9637cef7b3..26e8f9556c8c 100644 --- a/mail/smtptrapd/Makefile +++ b/mail/smtptrapd/Makefile @@ -8,9 +8,9 @@ PORTNAME= smtptrapd PORTVERSION= 1.5 CATEGORIES= mail -MASTER_SITES= http://smtptrapd.inodes.org/ +MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= glarkin@sourcehosting.net COMMENT= RFC 2821 compliant SMTP service that always returns a 4xx soft error CFLAGS+= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} |