diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-24 09:48:27 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-24 09:48:27 +0800 |
commit | 0e2b555e6fc2c54766de8d2dbfe560e42fd19672 (patch) | |
tree | 8cea71b7829001164dbb11287e405a05a8bdd0f1 /math | |
parent | 54ec4d1b3b0740d0eef24dcde8617d01936e85a1 (diff) | |
download | freebsd-ports-gnome-0e2b555e6fc2c54766de8d2dbfe560e42fd19672.tar.gz freebsd-ports-gnome-0e2b555e6fc2c54766de8d2dbfe560e42fd19672.tar.zst freebsd-ports-gnome-0e2b555e6fc2c54766de8d2dbfe560e42fd19672.zip |
- /mach/ -> /%%PERL_ARCH%%/
With Hat: perl@
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-SigFigs/pkg-plist | 6 | ||||
-rw-r--r-- | math/p5-Number-Fraction/pkg-plist | 6 | ||||
-rw-r--r-- | math/p5-Statistics-Frequency/pkg-plist | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/math/p5-Math-SigFigs/pkg-plist b/math/p5-Math-SigFigs/pkg-plist index dee90efa0f1d..e81e85a67e09 100644 --- a/math/p5-Math-SigFigs/pkg-plist +++ b/math/p5-Math-SigFigs/pkg-plist @@ -1,6 +1,6 @@ %%SITE_PERL%%/Math/SigFigs.pm %%SITE_PERL%%/Math/SigFigs.pod -%%SITE_PERL%%/mach/auto/Math/SigFigs/.packlist -@dirrmtry %%SITE_PERL%%/mach/auto/Math/SigFigs -@dirrmtry %%SITE_PERL%%/mach/auto/Math +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SigFigs/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SigFigs +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math diff --git a/math/p5-Number-Fraction/pkg-plist b/math/p5-Number-Fraction/pkg-plist index ba8239971469..ef55dc1ca01a 100644 --- a/math/p5-Number-Fraction/pkg-plist +++ b/math/p5-Number-Fraction/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/Number/Fraction.pm -%%SITE_PERL%%/mach/auto/Number/Fraction/.packlist -@dirrmtry %%SITE_PERL%%/mach/auto/Number/Fraction -@dirrmtry %%SITE_PERL%%/mach/auto/Number +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Fraction/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Fraction +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number @dirrmtry %%SITE_PERL%%/Number diff --git a/math/p5-Statistics-Frequency/pkg-plist b/math/p5-Statistics-Frequency/pkg-plist index a62c48953e84..d67db026bfb3 100644 --- a/math/p5-Statistics-Frequency/pkg-plist +++ b/math/p5-Statistics-Frequency/pkg-plist @@ -1,5 +1,5 @@ -%%SITE_PERL%%/mach/auto/Statistics/Frequency/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Frequency/.packlist %%SITE_PERL%%/Statistics/Frequency.pm @dirrmtry %%SITE_PERL%%/Statistics -@dirrmtry %%SITE_PERL%%/mach/auto/Statistics/Frequency -@dirrmtry %%SITE_PERL%%/mach/auto/Statistics +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Frequency +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics |