diff options
Diffstat (limited to 'astro/p5-Geo-METAR/pkg-plist')
-rw-r--r-- | astro/p5-Geo-METAR/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/astro/p5-Geo-METAR/pkg-plist b/astro/p5-Geo-METAR/pkg-plist index 7a78be3aa439..711bdd4759e8 100644 --- a/astro/p5-Geo-METAR/pkg-plist +++ b/astro/p5-Geo-METAR/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/Geo/METAR.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/METAR/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/METAR -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Geo 2>/dev/null || true +%%SITE_PERL%%/Geo/METAR.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/METAR/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/METAR +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Geo 2>/dev/null || true |