diff options
Diffstat (limited to 'math/p5-MatrixReal/pkg-plist')
-rw-r--r-- | math/p5-MatrixReal/pkg-plist | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/math/p5-MatrixReal/pkg-plist b/math/p5-MatrixReal/pkg-plist index d632ca16ad3a..cfe73b4d5a34 100644 --- a/math/p5-MatrixReal/pkg-plist +++ b/math/p5-MatrixReal/pkg-plist @@ -1,6 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/Math/MatrixReal.pm -lib/perl5/site_perl/%%PERL_VER%%/Math/Kleene.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/MatrixReal/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/MatrixReal -@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/Kleene.pod +%%SITE_PERL%%/Math/MatrixReal.pm +%%SITE_PERL%%/Math/funcs.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MatrixReal/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MatrixReal +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true |