diff options
Diffstat (limited to 'mail/p5-MIME-Tools/Makefile')
-rw-r--r-- | mail/p5-MIME-Tools/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/p5-MIME-Tools/Makefile b/mail/p5-MIME-Tools/Makefile index 03408bef8b18..40b8d9a019e2 100644 --- a/mail/p5-MIME-Tools/Makefile +++ b/mail/p5-MIME-Tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= p5-MIME-Tools PORTVERSION= 5.411a -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -29,6 +29,7 @@ WRKSRC= ${WRKDIR}/MIME-tools-5.411 MAN3= MIME::Body.3 \ MIME::Decoder.3 \ MIME::Decoder::Base64.3 \ + MIME::Decoder::BinHex.3 \ MIME::Decoder::Binary.3 \ MIME::Decoder::Gzip64.3 \ MIME::Decoder::NBit.3 \ @@ -50,10 +51,7 @@ MAN3= MIME::Body.3 \ .include <bsd.port.pre.mk> - post-patch: - @${RM} -f ${WRKSRC}/lib/MIME/Field/ParamVal.pm.orig \ - ${WRKSRC}/lib/MIME/Parser.pm.orig \ - ${WRKSRC}/lib/MIME/Words.pm.orig + @${FIND} ${WRKSRC} -name "*.orig" | ${XARGS} ${RM} -f .include <bsd.port.post.mk> |