diff options
Diffstat (limited to 'security/p5-Crypt-DSA')
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-DSA/pkg-plist | 22 |
2 files changed, 12 insertions, 13 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index 583f451..1fd63e2 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 c1d7787..a5c4689 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 |