From c634b4bb839753aec2ae1040e2c80a5282402cb8 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 24 Oct 2003 12:05:09 +0000 Subject: utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung --- security/p5-Crypt-DSA/Makefile | 3 +-- security/p5-Crypt-DSA/pkg-plist | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 13 deletions(-) (limited to 'security/p5-Crypt-DSA') diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index 583f4518c685..1fd63e2c1a0d 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= mharo@FreeBSD.org COMMENT= DSA signature and key generation -PERLBASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +PERLBASE= ${SITE_PERL} BUILD_DEPENDS= ${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random \ ${PERLBASE}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ @@ -25,7 +25,6 @@ BUILD_DEPENDS= ${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::DSA::Key::SSH2.3 Crypt::DSA.3 Crypt::DSA::Key.3 \ Crypt::DSA::Key::PEM.3 Crypt::DSA::Signature.3 \ Crypt::DSA::KeyChain.3 Crypt::DSA::Util.3 diff --git a/security/p5-Crypt-DSA/pkg-plist b/security/p5-Crypt-DSA/pkg-plist index c1d778730033..a5c46891aa3e 100644 --- a/security/p5-Crypt-DSA/pkg-plist +++ b/security/p5-Crypt-DSA/pkg-plist @@ -1,11 +1,11 @@ -lib/perl5/site_perl/%%PERL_VER%%/Crypt/DSA/Key/SSH2.pm -lib/perl5/site_perl/%%PERL_VER%%/Crypt/DSA/Key/PEM.pm -lib/perl5/site_perl/%%PERL_VER%%/Crypt/DSA/Key.pm -lib/perl5/site_perl/%%PERL_VER%%/Crypt/DSA/Signature.pm -lib/perl5/site_perl/%%PERL_VER%%/Crypt/DSA/KeyChain.pm -lib/perl5/site_perl/%%PERL_VER%%/Crypt/DSA/Util.pm -lib/perl5/site_perl/%%PERL_VER%%/Crypt/DSA.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/DSA/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Crypt/DSA/Key -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Crypt/DSA -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/DSA +%%SITE_PERL%%/Crypt/DSA/Key/SSH2.pm +%%SITE_PERL%%/Crypt/DSA/Key/PEM.pm +%%SITE_PERL%%/Crypt/DSA/Key.pm +%%SITE_PERL%%/Crypt/DSA/Signature.pm +%%SITE_PERL%%/Crypt/DSA/KeyChain.pm +%%SITE_PERL%%/Crypt/DSA/Util.pm +%%SITE_PERL%%/Crypt/DSA.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DSA/.packlist +@dirrm %%SITE_PERL%%/Crypt/DSA/Key +@dirrm %%SITE_PERL%%/Crypt/DSA +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DSA -- cgit v1.2.3