diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-11 23:34:56 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-11 23:34:56 +0800 |
commit | ebd6d2e70c0d0c82ca19a9188e5eb467e4a5d173 (patch) | |
tree | f808cae728920dcef5bbd633dc055f400aece794 /devel/p5-Storable | |
parent | 5d912e2b0491f9278c6c9b576f5ec3bbbddbbc57 (diff) | |
download | freebsd-ports-gnome-ebd6d2e70c0d0c82ca19a9188e5eb467e4a5d173.tar.gz freebsd-ports-gnome-ebd6d2e70c0d0c82ca19a9188e5eb467e4a5d173.tar.zst freebsd-ports-gnome-ebd6d2e70c0d0c82ca19a9188e5eb467e4a5d173.zip |
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
Diffstat (limited to 'devel/p5-Storable')
-rw-r--r-- | devel/p5-Storable/pkg-plist | 36 |
1 files changed, 18 insertions, 18 deletions
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 |