diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-04-01 19:15:59 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-04-01 19:15:59 +0000 |
commit | f93df5f4494421644c30cde8b1571e3b0e2022d7 (patch) | |
tree | 01feac322251fcad77f8df9fc355f17667bf2593 | |
parent | c15d7ae1600e89441206e3b95dbe84544addf21c (diff) | |
download | freebsd-ports-f93df5f4494421644c30cde8b1571e3b0e2022d7.zip |
Correct a typo.
-rw-r--r-- | mail/p5-Mail-MboxParser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-MboxParser/Makefile b/mail/p5-Mail-MboxParser/Makefile index 43b507b41043..45066697aee8 100644 --- a/mail/p5-Mail-MboxParser/Makefile +++ b/mail/p5-Mail-MboxParser/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Mail::MboxParser.3 \ Mail::MboxParser::Base.3 \ +MAN3= Mail::MboxParser.3 Mail::MboxParser::Base.3 \ Mail::MboxParser::Mail.3 \ Mail::MboxParser::Mail::Body.3 \ Mail::MboxParser::Mail::Convertable.3 |