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 /graphics/p5-GD2 | |
| parent | 5685b5d27089264c4f6027480a3bbc152b79178d (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 'graphics/p5-GD2')
| -rw-r--r-- | graphics/p5-GD2/pkg-plist | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/p5-GD2/pkg-plist b/graphics/p5-GD2/pkg-plist index 7a886f6bc4b2..abd76a5e73ac 100644 --- a/graphics/p5-GD2/pkg-plist +++ b/graphics/p5-GD2/pkg-plist @@ -1,9 +1,9 @@ -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/GD.pm -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/qd.pl -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/GD/.packlist -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/GD/GD.bs -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/GD/GD.so -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/GD/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/libgd/extralibs.ld -@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/libgd -@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/GD +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/GD.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/qd.pl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/GD.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/GD.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libgd/extralibs.ld +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libgd +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD |
