diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-16 20:29:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-16 20:29:18 +0000 |
commit | d3fb2f27d8cfb88c8ba7579892b22af5035c5163 (patch) | |
tree | 2ba2040207f5f127605b447cf3dc01ed4badccfa /mail/Makefile | |
parent | 014d4d07674f4f54c79e28f8b04704b62c98fccb (diff) |
Add mlmmj, Mailing list managing made joyful.
This is an attempt at implementing a mailing list manager with the same
functionality as the brilliant ezmlm, but with a decent license and mail
server independency.
PR: ports/67911
Submitted by: Christian Laursen <xi@borderworlds.dk>
Notes
Notes:
svn path=/head/; revision=111626
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 02b1403a102f..fdfba21c41cb 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -191,6 +191,7 @@ SUBDIR += mixmaster SUBDIR += mixminion SUBDIR += ml + SUBDIR += mlmmj SUBDIR += mls SUBDIR += mmc SUBDIR += mmr |