Adjust to new perl5 scheme. I don't continue fixing things but this port
was required by a few others.
This commit is contained in:
parent
9c8a946603
commit
2e69c43cef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12687
4 changed files with 78 additions and 78 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: April 5th 1997
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1997/07/07 13:04:38 jfitz Exp $
|
||||
# $Id: Makefile,v 1.9 1997/11/10 14:46:18 jfitz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Net-DNS-0.12
|
||||
|
@ -28,7 +28,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
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
|
|
@ -1,37 +1,37 @@
|
|||
lib/perl5/site_perl/Net/DNS.pm
|
||||
lib/perl5/site_perl/Net/DNS/Header.pm
|
||||
lib/perl5/site_perl/Net/DNS/Packet.pm
|
||||
lib/perl5/site_perl/Net/DNS/Question.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/A.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/AAAA.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/AFSDB.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/CNAME.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/EID.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/HINFO.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/ISDN.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/LOC.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/MB.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/MG.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/MINFO.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/MR.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/MX.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/NAPTR.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/NIMLOC.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/NS.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/NSAP.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/NULL.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/PTR.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/PX.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/RP.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/RT.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/SOA.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/SRV.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/TXT.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/X25.pm
|
||||
lib/perl5/site_perl/Net/DNS/Resolver.pm
|
||||
lib/perl5/site_perl/Net/DNS/Update.pm
|
||||
lib/perl5/site_perl/i386-freebsd/auto/Net/DNS/.packlist
|
||||
@dirrm lib/perl5/site_perl/Net/DNS/RR
|
||||
@dirrm lib/perl5/site_perl/Net/DNS
|
||||
@dirrm lib/perl5/site_perl/i386-freebsd/auto/Net/DNS
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Header.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Packet.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Question.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/A.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/AAAA.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/AFSDB.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/CNAME.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/EID.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/HINFO.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/ISDN.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/LOC.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MB.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MG.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MINFO.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MR.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MX.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NAPTR.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NIMLOC.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NS.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NSAP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NULL.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/PTR.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/PX.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/RP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/RT.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SOA.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SRV.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/TXT.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/X25.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Resolver.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Update.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/DNS/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/DNS
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Date created: April 5th 1997
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1997/07/07 13:04:38 jfitz Exp $
|
||||
# $Id: Makefile,v 1.9 1997/11/10 14:46:18 jfitz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Net-DNS-0.12
|
||||
|
@ -28,7 +28,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
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
|
|
@ -1,37 +1,37 @@
|
|||
lib/perl5/site_perl/Net/DNS.pm
|
||||
lib/perl5/site_perl/Net/DNS/Header.pm
|
||||
lib/perl5/site_perl/Net/DNS/Packet.pm
|
||||
lib/perl5/site_perl/Net/DNS/Question.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/A.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/AAAA.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/AFSDB.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/CNAME.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/EID.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/HINFO.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/ISDN.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/LOC.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/MB.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/MG.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/MINFO.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/MR.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/MX.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/NAPTR.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/NIMLOC.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/NS.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/NSAP.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/NULL.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/PTR.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/PX.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/RP.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/RT.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/SOA.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/SRV.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/TXT.pm
|
||||
lib/perl5/site_perl/Net/DNS/RR/X25.pm
|
||||
lib/perl5/site_perl/Net/DNS/Resolver.pm
|
||||
lib/perl5/site_perl/Net/DNS/Update.pm
|
||||
lib/perl5/site_perl/i386-freebsd/auto/Net/DNS/.packlist
|
||||
@dirrm lib/perl5/site_perl/Net/DNS/RR
|
||||
@dirrm lib/perl5/site_perl/Net/DNS
|
||||
@dirrm lib/perl5/site_perl/i386-freebsd/auto/Net/DNS
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Header.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Packet.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Question.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/A.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/AAAA.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/AFSDB.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/CNAME.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/EID.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/HINFO.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/ISDN.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/LOC.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MB.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MG.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MINFO.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MR.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/MX.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NAPTR.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NIMLOC.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NS.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NSAP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NULL.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/PTR.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/PX.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/RP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/RT.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SOA.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SRV.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/TXT.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/X25.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Resolver.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Update.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/DNS/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/DNS
|
||||
|
|
Loading…
Reference in a new issue