diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-11 15:34:56 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-11 15:34:56 +0000 |
commit | ebd6d2e70c0d0c82ca19a9188e5eb467e4a5d173 (patch) | |
tree | f808cae728920dcef5bbd633dc055f400aece794 /security/p5-Crypt-IDEA/pkg-plist | |
parent | 5d912e2b0491f9278c6c9b576f5ec3bbbddbbc57 (diff) | |
download | FreeBSD-ports-ebd6d2e70c0d0c82ca19a9188e5eb467e4a5d173.zip FreeBSD-ports-ebd6d2e70c0d0c82ca19a9188e5eb467e4a5d173.tar.gz |
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 'security/p5-Crypt-IDEA/pkg-plist')
-rw-r--r-- | security/p5-Crypt-IDEA/pkg-plist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Crypt-IDEA/pkg-plist b/security/p5-Crypt-IDEA/pkg-plist index ee5eb4e..a403c22 100644 --- a/security/p5-Crypt-IDEA/pkg-plist +++ b/security/p5-Crypt-IDEA/pkg-plist @@ -1,6 +1,6 @@ -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Crypt/IDEA.pm -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Crypt/IDEA.pod -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/IDEA/IDEA.bs -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/IDEA/IDEA.so -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/IDEA/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/IDEA +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/IDEA.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/IDEA.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA/IDEA.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA/IDEA.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA |