diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /security/p5-Crypt-DSA | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) |
Notes
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 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 |