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 /misc | |
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 'misc')
-rw-r--r-- | misc/p5-Array-PrintCols/pkg-plist | 4 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/p5-Array-PrintCols/pkg-plist b/misc/p5-Array-PrintCols/pkg-plist index 8b589790092d..2a0c6e587979 100644 --- a/misc/p5-Array-PrintCols/pkg-plist +++ b/misc/p5-Array-PrintCols/pkg-plist @@ -1,3 +1,3 @@ lib/perl5/site_perl/%%PERL_VER%%/Array/PrintCols.pm -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Array/PrintCols/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Array/PrintCols +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/PrintCols/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/PrintCols diff --git a/misc/p5-Locale-Codes/pkg-plist b/misc/p5-Locale-Codes/pkg-plist index 485634e4565c..78d31290b7e3 100644 --- a/misc/p5-Locale-Codes/pkg-plist +++ b/misc/p5-Locale-Codes/pkg-plist @@ -1,5 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Locale/Country.pm lib/perl5/site_perl/%%PERL_VER%%/Locale/Language.pm -lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Locale/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Locale +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale @dirrm lib/perl5/site_perl/%%PERL_VER%%/Locale |