diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-09 21:00:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-09 21:00:58 +0800 |
commit | f88a92dc6359860184890060aeab4f718c76ce62 (patch) | |
tree | 3cf3beb445168c256215f53895f58db445ae9e99 /mail | |
parent | eba2f8ff7cfd0759e5be1725201ab0eb544b26ca (diff) | |
download | freebsd-ports-graphics-f88a92dc6359860184890060aeab4f718c76ce62.tar.gz freebsd-ports-graphics-f88a92dc6359860184890060aeab4f718c76ce62.tar.zst freebsd-ports-graphics-f88a92dc6359860184890060aeab4f718c76ce62.zip |
- take maintainership
- extend COMMENT
Diffstat (limited to 'mail')
-rw-r--r-- | mail/raysfilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/raysfilter/Makefile b/mail/raysfilter/Makefile index 75b0548c24a..2b9b2d69403 100644 --- a/mail/raysfilter/Makefile +++ b/mail/raysfilter/Makefile @@ -11,8 +11,8 @@ CATEGORIES= mail MASTER_SITES= http://www.sendmail-filter.lsbu.ac.uk/ DISTNAME= rays-filter-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= A configurable filter for Sendmail +MAINTAINER= dinoex@FreeBSD.org +COMMENT= A configurable filter for Sendmail milter .if !defined(SENDMAIL_MILTER_IN_BASE) .if defined(SENDMAIL_WITH_SHARED_MILTER) |