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-API2 | |
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-API2')
-rw-r--r-- | textproc/p5-PDF-API2/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-PDF-API2/pkg-plist b/textproc/p5-PDF-API2/pkg-plist index 0eba486ce368..f852e49405b8 100644 --- a/textproc/p5-PDF-API2/pkg-plist +++ b/textproc/p5-PDF-API2/pkg-plist @@ -1,4 +1,4 @@ -%%SITE_PERL%%/mach/auto/PDF/API2/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/API2/.packlist %%SITE_PERL%%/PDF/API2.pm %%SITE_PERL%%/PDF/API2/Content.pm %%SITE_PERL%%/PDF/API2/Lite.pm @@ -195,8 +195,8 @@ %%SITE_PERL%%/PDF/API2/fonts/langcover.txt %%SITE_PERL%%/PDF/API2/fonts/status.txt %%SITE_PERL%%/PDF/API2/fonts/unicover.txt -@dirrm %%SITE_PERL%%/mach/auto/PDF/API2 -@dirrmtry %%SITE_PERL%%/mach/auto/PDF +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/API2 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF @dirrm %%SITE_PERL%%/PDF/API2/Basic/PDF @dirrm %%SITE_PERL%%/PDF/API2/Basic/TTF/Mort @dirrm %%SITE_PERL%%/PDF/API2/Basic/TTF/Kern |