diff options
Diffstat (limited to 'devel/p5-Test-Exception/pkg-plist')
-rw-r--r-- | devel/p5-Test-Exception/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Test-Exception/pkg-plist b/devel/p5-Test-Exception/pkg-plist index f00cb3fe1bd2..230e6b5cb2ad 100644 --- a/devel/p5-Test-Exception/pkg-plist +++ b/devel/p5-Test-Exception/pkg-plist @@ -1,4 +1,4 @@ -lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Test/Exception/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Test/Exception.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Test/Exception -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Test 2>/dev/null || true +%%SITE_PERL%%/mach/auto/Test/Exception/.packlist +%%SITE_PERL%%/Test/Exception.pm +@dirrm %%SITE_PERL%%/mach/auto/Test/Exception +@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true |