diff options
Diffstat (limited to 'audio/p5-Shout/pkg-plist')
-rw-r--r-- | audio/p5-Shout/pkg-plist | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/p5-Shout/pkg-plist b/audio/p5-Shout/pkg-plist index acbfaf5..6cd363e 100644 --- a/audio/p5-Shout/pkg-plist +++ b/audio/p5-Shout/pkg-plist @@ -1,10 +1,10 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Shout.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shout/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shout/Shout.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shout/Shout.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shout/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/Shout.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Shout/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Shout/Shout.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Shout/Shout.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Shout/autosplit.ix %%PORTDOCS%%share/examples/p5-Shout/example.pl %%PORTDOCS%%share/examples/p5-Shout/example2.pl %%PORTDOCS%%@dirrm share/examples/p5-Shout -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shout -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PER_ARCH%%/auto/Shout 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shout +@unexec rmdir %D/%%SITE_PERL%%/%%PER_ARCH%%/auto/Shout 2>/dev/null || true |