diff options
Diffstat (limited to 'misc/p5-Text-FIGlet/pkg-plist')
-rw-r--r-- | misc/p5-Text-FIGlet/pkg-plist | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/misc/p5-Text-FIGlet/pkg-plist b/misc/p5-Text-FIGlet/pkg-plist index 416b5f03cb16..04c2e323d0fd 100644 --- a/misc/p5-Text-FIGlet/pkg-plist +++ b/misc/p5-Text-FIGlet/pkg-plist @@ -1,9 +1,9 @@ -lib/perl5/site_perl/%%PERL_VER%%/Text/FIGlet.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/charmap.pl -lib/perl5/site_perl/%%PERL_VER%%/Text/figlet.pl -lib/perl5/site_perl/%%PERL_VER%%/Text/minifig.pl -lib/perl5/site_perl/%%PERL_VER%%/Text/showfigfonts.pl -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/FIGlet/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/FIGlet -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true +%%SITE_PERL%%/Text/FIGlet.pm +%%SITE_PERL%%/Text/charmap.pl +%%SITE_PERL%%/Text/figlet.pl +%%SITE_PERL%%/Text/minifig.pl +%%SITE_PERL%%/Text/showfigfonts.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/FIGlet/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/FIGlet +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true |