diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-07-31 07:04:49 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-07-31 07:04:49 +0800 |
commit | f755f94c143a0af43d3aa01716da10f95e467c98 (patch) | |
tree | c09a2bb28d2b4a3f2a46414d3f58ff9a4bb7f8fd /mail | |
parent | 90829198fa9dfbca873aed65ecc13cb88d045bfb (diff) | |
download | freebsd-ports-gnome-f755f94c143a0af43d3aa01716da10f95e467c98.tar.gz freebsd-ports-gnome-f755f94c143a0af43d3aa01716da10f95e467c98.tar.zst freebsd-ports-gnome-f755f94c143a0af43d3aa01716da10f95e467c98.zip |
Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plists
PR: ports/136771
Exp Run by: pav
Approved by: portmgr (pav)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Sender/pkg-plist | 6 | ||||
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/p5-Email-Sender/pkg-plist b/mail/p5-Email-Sender/pkg-plist index aef8be4f28b0..47199c0c2dcc 100644 --- a/mail/p5-Email-Sender/pkg-plist +++ b/mail/p5-Email-Sender/pkg-plist @@ -21,9 +21,9 @@ %%SITE_PERL%%/Email/Sender/Transport/Test.pm %%SITE_PERL%%/Email/Sender/Transport/Wrapper.pm %%SITE_PERL%%/Email/Sender/Util.pm -%%SITE_PERL%%/mach/auto/Email/Sender/.packlist -@dirrmtry %%SITE_PERL%%/mach/auto/Email/Sender -@dirrmtry %%SITE_PERL%%/mach/auto/Email +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Sender +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email @dirrmtry %%SITE_PERL%%/Email/Sender/Transport/SMTP @dirrmtry %%SITE_PERL%%/Email/Sender/Transport @dirrmtry %%SITE_PERL%%/Email/Sender/Success diff --git a/mail/p5-Mail-Mbox-MessageParser/pkg-plist b/mail/p5-Mail-Mbox-MessageParser/pkg-plist index 8902346db21c..ddd1ee552d28 100644 --- a/mail/p5-Mail-Mbox-MessageParser/pkg-plist +++ b/mail/p5-Mail-Mbox-MessageParser/pkg-plist @@ -10,5 +10,5 @@ @dirrmtry %%SITE_PERL%%/Mail/Mbox @dirrmtry %%SITE_PERL%%/Mail @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Mbox/MessageParser -@dirrmtry %%SITE_PERL%%/mach/auto/Mail/Mbox -@dirrmtry %%SITE_PERL%%/mach/auto/Mail +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Mbox +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail |