diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-11 15:34:56 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-11 15:34:56 +0000 |
commit | 145684059e10cd665e45e23fcbe197b482ceee54 (patch) | |
tree | f1be073ea0e2e98416a4b56366852de38b69d708 /devel/p5-Resources | |
parent | Dynamic loading module input method `Wnn' on Emacs. (diff) |
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-Resources')
-rw-r--r-- | devel/p5-Resources/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Resources/pkg-plist b/devel/p5-Resources/pkg-plist index 10458188425a..950864f620b0 100644 --- a/devel/p5-Resources/pkg-plist +++ b/devel/p5-Resources/pkg-plist @@ -1,3 +1,3 @@ lib/perl5/site_perl/%%PERL_VER%%/Resources.pm -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Resources/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Resources +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Resources/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Resources |