aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/p5-LJ-Cache
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-04-17 21:28:57 +0800
committerroam <roam@FreeBSD.org>2001-04-17 21:28:57 +0800
commitb1b5a28222d3a4ee0dc6299d57ccd511a8474d43 (patch)
tree6c34a9f3b8fc75318ac4c8aeab31f91b8b1e9351 /sysutils/p5-LJ-Cache
parent67739bc415bc66321cd13b643db259498bf98f85 (diff)
downloadfreebsd-ports-gnome-b1b5a28222d3a4ee0dc6299d57ccd511a8474d43.tar.gz
freebsd-ports-gnome-b1b5a28222d3a4ee0dc6299d57ccd511a8474d43.tar.zst
freebsd-ports-gnome-b1b5a28222d3a4ee0dc6299d57ccd511a8474d43.zip
Add proper PERL_VER support.
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'sysutils/p5-LJ-Cache')
-rw-r--r--sysutils/p5-LJ-Cache/pkg-plist11
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