diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-09 19:04:59 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-09 19:04:59 +0000 |
commit | 5d20bc51087e290e2dd050adebae018836bf803a (patch) | |
tree | 0a112357b591054b4db8d0bd73b4ff6e7e7e2098 /mail/Makefile | |
parent | 7b2d813540d3846eed3f840489a10c2dc8697293 (diff) |
Add ezmlm-web 2.0, a convenient GUI method with which users can configure
their ezmlm-idx mailing lists. This port depends on p5-Mail-Ezmlm, which
I will add in a moment.
PR: 20442
Submitted by: Guy Antony Halse <guy@rucus.ru.za.za>
Notes
Notes:
svn path=/head/; revision=31455
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 f760b6bb8ffa..3172030d634f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -23,6 +23,7 @@ SUBDIR += exmh2 SUBDIR += ezmlm SUBDIR += ezmlm-idx + SUBDIR += ezmlm-web SUBDIR += faces SUBDIR += fetchmail SUBDIR += gbuffy |