diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-21 18:02:23 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-21 18:02:23 +0000 |
commit | 1eaf710213fb2dac18e0dc7299106db18dc66fe2 (patch) | |
tree | 56315c46e3db1607c055e91beb2537b65255fd47 /mail/p5-MIME-Tools/Makefile | |
parent | 075ba35961f57542bb2b32fac931c1eeb717809f (diff) | |
download | ports-1eaf710213fb2dac18e0dc7299106db18dc66fe2.tar.gz ports-1eaf710213fb2dac18e0dc7299106db18dc66fe2.zip |
Notes
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> |