diff options
| author | Peter Pentchev <roam@FreeBSD.org> | 2001-04-17 13:28:57 +0000 |
|---|---|---|
| committer | Peter Pentchev <roam@FreeBSD.org> | 2001-04-17 13:28:57 +0000 |
| commit | b1a6f82db2dcc7935e72943ca2d8b8bf308d90a5 (patch) | |
| tree | 55131a27bdaed32ef6c6e69d5cd505095c4896df /sysutils/p5-LJ-Cache | |
| parent | 771f6ad4c2514d90f0057e38cbd012fbc18ab444 (diff) | |
Notes
Diffstat (limited to 'sysutils/p5-LJ-Cache')
| -rw-r--r-- | sysutils/p5-LJ-Cache/pkg-plist | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/p5-LJ-Cache/pkg-plist b/sysutils/p5-LJ-Cache/pkg-plist index 4aba43e395d0..21834af71757 100644 --- a/sysutils/p5-LJ-Cache/pkg-plist +++ b/sysutils/p5-LJ-Cache/pkg-plist @@ -1,3 +1,8 @@ -lib/perl5/site_perl/5.005/LJ/Cache.pm -lib/perl5/site_perl/5.005/auto/LJ/Cache/autosplit.ix -@dirrm lib/perl5/site_perl/5.005/auto/LJ/Cache/ +lib/perl5/site_perl/%%PERL_VER%%/auto/LJ/Cache/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LJ/Cache/.packlist +lib/perl5/site_perl/%%PERL_VER%%/LJ/Cache.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/LJ/Cache +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LJ/Cache +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/LJ 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LJ 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/LJ 2>/dev/null || true |
