diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | 821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch) | |
tree | 58fe92204378aa80d003f4d264f7a76f3b318df9 /security/p5-Crypt-DSA | |
parent | 1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff) | |
download | FreeBSD-ports-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip FreeBSD-ports-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
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 |