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 /www/p5-Catalyst-View-Email | |
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 'www/p5-Catalyst-View-Email')
-rw-r--r-- | www/p5-Catalyst-View-Email/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Catalyst-View-Email/pkg-plist b/www/p5-Catalyst-View-Email/pkg-plist index e0349f6ff5a4..66d2a6d60925 100644 --- a/www/p5-Catalyst-View-Email/pkg-plist +++ b/www/p5-Catalyst-View-Email/pkg-plist @@ -1,12 +1,12 @@ @comment $FreeBSD$ -%%SITE_PERL%%/mach/auto/Catalyst/View/Email/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/Email/.packlist %%SITE_PERL%%/Catalyst/View/Email.pm %%SITE_PERL%%/Catalyst/View/Email/Template.pm %%SITE_PERL%%/Catalyst/Helper/View/Email.pm %%SITE_PERL%%/Catalyst/Helper/View/Email/Template.pm -@dirrmtry %%SITE_PERL%%/mach/auto/Catalyst/View/Email -@dirrmtry %%SITE_PERL%%/mach/auto/Catalyst/View -@dirrmtry %%SITE_PERL%%/mach/auto/Catalyst +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/Email +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst @dirrmtry %%SITE_PERL%%/Catalyst/View/Email @dirrmtry %%SITE_PERL%%/Catalyst/View @dirrmtry %%SITE_PERL%%/Catalyst/Helper/View/Email |