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 /www/p5-libwww | |
parent | 5d912e2b0491f9278c6c9b576f5ec3bbbddbbc57 (diff) | |
download | freebsd-ports-graphics-ebd6d2e70c0d0c82ca19a9188e5eb467e4a5d173.tar.gz freebsd-ports-graphics-ebd6d2e70c0d0c82ca19a9188e5eb467e4a5d173.tar.zst freebsd-ports-graphics-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 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-libwww/pkg-plist b/www/p5-libwww/pkg-plist index 63ef4f182dd..8e760177a57 100644 --- a/www/p5-libwww/pkg-plist +++ b/www/p5-libwww/pkg-plist @@ -110,7 +110,7 @@ lib/perl5/site_perl/%%PERL_VER%%/auto/URI/URL/file/vms_path.al lib/perl5/site_perl/%%PERL_VER%%/auto/URI/URL/http/autosplit.ix lib/perl5/site_perl/%%PERL_VER%%/auto/URI/URL/http/keywords.al lib/perl5/site_perl/%%PERL_VER%%/auto/URI/URL/http/query_form.al -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/libwww-perl/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libwww-perl/.packlist lib/perl5/site_perl/%%PERL_VER%%/lwpcook.pod @dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTP/Headers @dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTP/Request @@ -125,4 +125,4 @@ lib/perl5/site_perl/%%PERL_VER%%/lwpcook.pod @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/URI/URL/http @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/URI/URL @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/URI -@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/libwww-perl +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libwww-perl |