diff options
author | demon <demon@FreeBSD.org> | 2006-04-02 03:15:59 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2006-04-02 03:15:59 +0800 |
commit | 850d1ab32d8c700b981ddf072656ccf139b4b126 (patch) | |
tree | b920b098f5d8055c5047875a5c0ec739e08edfc1 | |
parent | f02555e57b5dd61288a391d52f76a26daed8c35c (diff) | |
download | freebsd-ports-gnome-850d1ab32d8c700b981ddf072656ccf139b4b126.tar.gz freebsd-ports-gnome-850d1ab32d8c700b981ddf072656ccf139b4b126.tar.zst freebsd-ports-gnome-850d1ab32d8c700b981ddf072656ccf139b4b126.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 |