diff options
Diffstat (limited to 'security/p5-Crypt-Blowfish/pkg-plist')
-rw-r--r-- | security/p5-Crypt-Blowfish/pkg-plist | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-Crypt-Blowfish/pkg-plist b/security/p5-Crypt-Blowfish/pkg-plist index 2db6023eade1..e7a7883aa25d 100644 --- a/security/p5-Crypt-Blowfish/pkg-plist +++ b/security/p5-Crypt-Blowfish/pkg-plist @@ -1,7 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Blowfish.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/Blowfish.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/Blowfish.so -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Blowfish -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Blowfish.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/Blowfish.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/Blowfish.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Blowfish +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true |