summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-30 23:04:49 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-30 23:04:49 +0000
commit20cfadf5f7d59d1cd9268d1ea963c7a1cccc839e (patch)
treed31c70798f136fcf2799bbcc168873a430711168 /archivers
parente9a0414264f681ff7a34cbc4045e9c5d6e75f4d2 (diff)
downloadfreebsd-ports-20cfadf5f7d59d1cd9268d1ea963c7a1cccc839e.zip
Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plists
PR: ports/136771 Exp Run by: pav Approved by: portmgr (pav)
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-IO-Compress-Base/pkg-plist8
-rw-r--r--archivers/p5-IO-Compress-Bzip2/pkg-plist8
2 files changed, 8 insertions, 8 deletions
diff --git a/archivers/p5-IO-Compress-Base/pkg-plist b/archivers/p5-IO-Compress-Base/pkg-plist
index e806768a8045..60f174867b06 100644
--- a/archivers/p5-IO-Compress-Base/pkg-plist
+++ b/archivers/p5-IO-Compress-Base/pkg-plist
@@ -3,10 +3,10 @@
%%SITE_PERL%%/IO/Compress/Base/Common.pm
%%SITE_PERL%%/IO/Uncompress/AnyUncompress.pm
%%SITE_PERL%%/IO/Uncompress/Base.pm
-%%SITE_PERL%%/mach/auto/IO/Compress/Base/.packlist
-@dirrm %%SITE_PERL%%/mach/auto/IO/Compress/Base
-@dirrmtry %%SITE_PERL%%/mach/auto/IO/Compress
-@dirrmtry %%SITE_PERL%%/mach/auto/IO
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress/Base/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress/Base
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
@dirrmtry %%SITE_PERL%%/IO/Uncompress
@dirrmtry %%SITE_PERL%%/IO/Compress/Base
@dirrmtry %%SITE_PERL%%/IO/Compress
diff --git a/archivers/p5-IO-Compress-Bzip2/pkg-plist b/archivers/p5-IO-Compress-Bzip2/pkg-plist
index 40a58e621384..0ab08aad62a4 100644
--- a/archivers/p5-IO-Compress-Bzip2/pkg-plist
+++ b/archivers/p5-IO-Compress-Bzip2/pkg-plist
@@ -2,10 +2,10 @@
%%SITE_PERL%%/IO/Compress/Bzip2.pm
%%SITE_PERL%%/IO/Uncompress/Adapter/Bunzip2.pm
%%SITE_PERL%%/IO/Uncompress/Bunzip2.pm
-%%SITE_PERL%%/mach/auto/IO/Compress/Bzip2/.packlist
-@dirrm %%SITE_PERL%%/mach/auto/IO/Compress/Bzip2
-@dirrmtry %%SITE_PERL%%/mach/auto/IO/Compress
-@dirrmtry %%SITE_PERL%%/mach/auto/IO
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress/Bzip2/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress/Bzip2
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Compress
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
@dirrmtry %%SITE_PERL%%/IO/Uncompress/Adapter
@dirrmtry %%SITE_PERL%%/IO/Uncompress
@dirrmtry %%SITE_PERL%%/IO/Compress/Adapter