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 /textproc/p5-PDF-Table | |
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 'textproc/p5-PDF-Table')
-rw-r--r-- | textproc/p5-PDF-Table/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-PDF-Table/pkg-plist b/textproc/p5-PDF-Table/pkg-plist index 0079dedc7ce7..7f422b8b3aae 100644 --- a/textproc/p5-PDF-Table/pkg-plist +++ b/textproc/p5-PDF-Table/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/PDF/Table.pm -%%SITE_PERL%%/mach/auto/PDF/Table/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/Table/.packlist @dirrmtry %%SITE_PERL%%/PDF -@dirrm %%SITE_PERL%%/mach/auto/PDF/Table -@dirrmtry %%SITE_PERL%%/mach/auto/PDF +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/Table +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF |