summaryrefslogtreecommitdiff
path: root/sysutils/p5-LJ-Cache
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-04-17 13:28:57 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-04-17 13:28:57 +0000
commitb1a6f82db2dcc7935e72943ca2d8b8bf308d90a5 (patch)
tree55131a27bdaed32ef6c6e69d5cd505095c4896df /sysutils/p5-LJ-Cache
parentNew port in the RTEMS collection for the "arm" processor. (diff)
Add proper PERL_VER support.
Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes: svn path=/head/; revision=41559
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