diff options
Diffstat (limited to 'textproc/p5-Text-Template/pkg-plist')
-rw-r--r-- | textproc/p5-Text-Template/pkg-plist | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Text-Template/pkg-plist b/textproc/p5-Text-Template/pkg-plist index ddf4a3516aac..b8dcff442e26 100644 --- a/textproc/p5-Text-Template/pkg-plist +++ b/textproc/p5-Text-Template/pkg-plist @@ -1,7 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/Text/Template.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/Template/Preprocess.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Template/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Template -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Text/Template -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true +%%SITE_PERL%%/Text/Template.pm +%%SITE_PERL%%/Text/Template/Preprocess.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Template/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Template +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@dirrm %%SITE_PERL%%/Text/Template +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true |