From 82874b8437d26ce9820a2552c323be353ca88fb6 Mon Sep 17 00:00:00 2001 From: heinz Date: Sun, 22 Apr 2007 09:00:21 +0000 Subject: As suggested by Joerg Sonnenberger, replaced CHECK_INTERPRETER_SKIP with appropriate values for REPLACE_PERL. --- security/p5-Crypt-RSA/Makefile | 11 ++++++++--- security/p5-Tie-EncryptedHash/Makefile | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'security') 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" -- cgit v1.2.3