diff options
author | heinz <heinz@pkgsrc.org> | 2007-04-22 09:00:21 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-04-22 09:00:21 +0000 |
commit | 82874b8437d26ce9820a2552c323be353ca88fb6 (patch) | |
tree | 6ef34d14683d81748b6c45bc489269b91535ed94 /security | |
parent | 327cf32d103c07a3aee4e231ccdb375e1042de32 (diff) | |
download | pkgsrc-82874b8437d26ce9820a2552c323be353ca88fb6.tar.gz |
As suggested by Joerg Sonnenberger, replaced CHECK_INTERPRETER_SKIP
with appropriate values for REPLACE_PERL.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-RSA/Makefile | 11 | ||||
-rw-r--r-- | security/p5-Tie-EncryptedHash/Makefile | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile index f5795e729b0..5957e4d2307 100644 --- a/security/p5-Crypt-RSA/Makefile +++ b/security/p5-Crypt-RSA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/03/24 18:35:14 heinz Exp $ +# $NetBSD: Makefile,v 1.19 2007/04/22 09:00:22 heinz Exp $ # DISTNAME= Crypt-RSA-1.58 @@ -30,8 +30,13 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Crypt/RSA/.packlist -CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Crypt/RSA.pm -CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Crypt/RSA/* +REPLACE_PERL+= lib/Crypt/RSA.pm +REPLACE_PERL+= lib/Crypt/RSA/*.pm +REPLACE_PERL+= lib/Crypt/RSA/ES/*.pm +REPLACE_PERL+= lib/Crypt/RSA/Key/*.pm +REPLACE_PERL+= lib/Crypt/RSA/Key/Private/*.pm +REPLACE_PERL+= lib/Crypt/RSA/Key/Public/*.pm +REPLACE_PERL+= lib/Crypt/RSA/SS/*.pm .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile index 6937ed3fb6f..f65bc69e2d6 100644 --- a/security/p5-Tie-EncryptedHash/Makefile +++ b/security/p5-Tie-EncryptedHash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/03/24 18:32:25 heinz Exp $ +# $NetBSD: Makefile,v 1.18 2007/04/22 09:00:22 heinz Exp $ # DISTNAME= Tie-EncryptedHash-1.21 @@ -19,7 +19,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Tie/EncryptedHash/.packlist -CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Tie/EncryptedHash.pm +REPLACE_PERL+= lib/Tie/EncryptedHash.pm .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |