diff options
Diffstat (limited to 'math/p5-Math-BigIntFast/pkg-plist')
-rw-r--r-- | math/p5-Math-BigIntFast/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/p5-Math-BigIntFast/pkg-plist b/math/p5-Math-BigIntFast/pkg-plist index ad8a9d0c62ef..fb78d7181e79 100644 --- a/math/p5-Math-BigIntFast/pkg-plist +++ b/math/p5-Math-BigIntFast/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/Math/BigIntFast.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BigIntFast/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BigIntFast -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true +%%SITE_PERL%%/Math/BigIntFast.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigIntFast/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigIntFast +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true |