From c4eea79a46a699659a1eca4e06c8479449058d38 Mon Sep 17 00:00:00 2001 From: jseger Date: Sun, 23 Aug 1998 15:06:57 +0000 Subject: Perl fixes --- security/p5-Authen-Radius/Makefile | 6 +++--- security/p5-Authen-Radius/pkg-plist | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'security') diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index 761b1c2bc63a..8e74b16c08e7 100644 --- a/security/p5-Authen-Radius/Makefile +++ b/security/p5-Authen-Radius/Makefile @@ -3,7 +3,7 @@ # Date created: September 11th 1997 # Whom: James FitzGibbon # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/09/13 17:48:49 jfitz Exp $ # DISTNAME= RadiusPerl-0.05 @@ -14,11 +14,11 @@ MASTER_SITE_SUBDIR= Authen MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/MD5.pm:${PORTSDIR}/security/p5-MD5/ +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5/ USE_PERL5= YES MAN3= Authen::Radius.3 -MAN3PREFIX= ${PREFIX}/lib/perl5 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} pre-configure: @${CP} ${WRKSRC}/Authen/Radius.pm ${WRKSRC} diff --git a/security/p5-Authen-Radius/pkg-plist b/security/p5-Authen-Radius/pkg-plist index 6d4de0307b67..88944a91e1d2 100644 --- a/security/p5-Authen-Radius/pkg-plist +++ b/security/p5-Authen-Radius/pkg-plist @@ -1,2 +1,2 @@ -lib/perl5/site_perl/Authen/Radius.pm -lib/perl5/site_perl/i386-freebsd/auto/Authen/Radius/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Authen/Radius.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Authen/Radius/.packlist -- cgit