diff options
-rw-r--r-- | math/p5-Math-GSL/pkg-plist | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/math/p5-Math-GSL/pkg-plist b/math/p5-Math-GSL/pkg-plist index e84a1754777a..f0ff92cd188b 100644 --- a/math/p5-Math-GSL/pkg-plist +++ b/math/p5-Math-GSL/pkg-plist @@ -1,7 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/GSL.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/GSL/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/GSL/GSL.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/GSL/GSL.so -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/GSL -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math +%%SITE_PERL%%/mach/auto/Math/GSL/GSL.so +%%SITE_PERL%%/mach/auto/Math/GSL/GSL.bs +%%SITE_PERL%%/mach/auto/Math/GSL/.packlist +%%SITE_PERL%%/mach/Math/GSL.pm +@dirrm %%SITE_PERL%%/mach/auto/Math/GSL +@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Math 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/mach/Math 2>/dev/null || true |