diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-04-27 08:50:44 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-04-27 08:50:44 +0000 |
commit | 2973844571d4f41f461fe92638e49acc9d2888c5 (patch) | |
tree | fb3f8c1aa9ec20aa529a457c5f44c4ef81a008ea /net/p5-Net-DNS/Makefile | |
parent | Chase location of freetype1 includes to unbreak build. This fixes the (diff) |
* Cosmetic 80-column fix for MAN3
* Remove now-obsolete cleanup of *.orig files
No functionality changes.
Diffstat (limited to 'net/p5-Net-DNS/Makefile')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 6213e623e571..fbd8ad07a015 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -17,19 +17,18 @@ MAINTAINER= DougB@FreeBSD.org PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \ - Net::DNS::RR::AFSDB.3 Net::DNS::RR::CNAME.3 Net::DNS::RR::HINFO.3 \ - Net::DNS::RR::ISDN.3 Net::DNS::RR::MG.3 Net::DNS::RR::MINFO.3 \ - Net::DNS::RR::MR.3 Net::DNS::RR::MX.3 Net::DNS::RR::NS.3 Net::DNS::RR::PTR.3 \ - Net::DNS::RR::RP.3 Net::DNS::RR::RT.3 Net::DNS::RR::SOA.3 Net::DNS::RR::SRV.3 \ + Net::DNS::RR::AFSDB.3 Net::DNS::RR::CNAME.3 \ + Net::DNS::RR::HINFO.3 Net::DNS::RR::ISDN.3 Net::DNS::RR::MG.3 \ + Net::DNS::RR::MINFO.3 Net::DNS::RR::MR.3 Net::DNS::RR::MX.3 \ + Net::DNS::RR::NS.3 Net::DNS::RR::PTR.3 Net::DNS::RR::RP.3 \ + Net::DNS::RR::RT.3 Net::DNS::RR::SOA.3 Net::DNS::RR::SRV.3 \ Net::DNS::RR::TXT.3 Net::DNS::RR::X25.3 Net::DNS::Resolver.3 \ Net::DNS::RR::AAAA.3 Net::DNS::RR::EID.3 Net::DNS::RR::LOC.3 \ - Net::DNS::RR::MB.3 Net::DNS::RR::NAPTR.3 Net::DNS::RR::NIMLOC.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} "{}" ";" + Net::DNS::RR::MB.3 Net::DNS::RR::NAPTR.3 \ + Net::DNS::RR::NIMLOC.3 Net::DNS::RR::NSAP.3 \ + Net::DNS::RR::NULL.3 Net::DNS::RR::PX.3 Net::DNS::Update.3 .include <bsd.port.mk> |