From ebd6d2e70c0d0c82ca19a9188e5eb467e4a5d173 Mon Sep 17 00:00:00 2001 From: simokawa Date: Mon, 11 Jan 1999 15:34:56 +0000 Subject: Rewrite p5- module's PLIST for alpha. Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami --- devel/p5-Storable/pkg-plist | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'devel/p5-Storable') diff --git a/devel/p5-Storable/pkg-plist b/devel/p5-Storable/pkg-plist index 7f381228d9a0..eeae98dd698a 100644 --- a/devel/p5-Storable/pkg-plist +++ b/devel/p5-Storable/pkg-plist @@ -1,18 +1,18 @@ -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Storable.pm -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/_freeze.al -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/_store.al -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/_store_fd.al -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/freeze.al -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/nfreeze.al -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/nstore.al -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/nstore_fd.al -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/retrieve.al -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/retrieve_fd.al -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/store.al -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/store_fd.al -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/thaw.al -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/Storable.bs -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/Storable.so -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Storable +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Storable.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/_freeze.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/_store.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/_store_fd.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/freeze.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/nfreeze.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/nstore.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/nstore_fd.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/retrieve.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/retrieve_fd.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/store.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/store_fd.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/thaw.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/Storable.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/Storable.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable -- cgit