diff options
Diffstat (limited to 'dns/p5-Net-DNS/Makefile')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 9e1750001df6..393c2b182a78 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-DNS PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -29,4 +30,7 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ Net::DNS::RR::NSAP.3 Net::DNS::RR::NULL.3 Net::DNS::RR::PX.3 \ Net::DNS::Update.3 +post-patch: + find ${WRKSRC} -name "*.orig" -exec ${RM} "{}" ";" + .include <bsd.port.mk> |