diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-20 10:04:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-20 10:04:02 +0000 |
commit | 2e69c43ceffafb4d6d9b0d3d831ce34da03e8455 (patch) | |
tree | 618b41c279cef4455db20d61adc9ca541d073684 /net/p5-Net-DNS/Makefile | |
parent | 9c8a94660341c9c0aa83ed6908e2b889b3e5aaf8 (diff) |
Adjust to new perl5 scheme. I don't continue fixing things but this port
was required by a few others.
Notes
Notes:
svn path=/head/; revision=12687
Diffstat (limited to 'net/p5-Net-DNS/Makefile')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index b639a57a3fc1..ce58a0fdeb7e 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -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 |