diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-20 21:45:10 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-20 21:45:10 +0000 |
commit | e220af24429d29817458c3f262d0fac02f69b160 (patch) | |
tree | 4728f64e37a53a97ba42a2246c1b9c3557d1dff2 /net/p5-Net-DNS/Makefile | |
parent | Add sbniconfig -- Granch SBNI12-xx network adapters configurator (diff) |
Prevent request id overflow over 65535
Diffstat (limited to 'net/p5-Net-DNS/Makefile')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 9e1750001df6..393c2b182a78 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/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> |