diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-30 23:04:49 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-30 23:04:49 +0000 |
commit | 20cfadf5f7d59d1cd9268d1ea963c7a1cccc839e (patch) | |
tree | d31c70798f136fcf2799bbcc168873a430711168 /databases | |
parent | The dependency on idnkit should be a LIB_, not a BUILD_ (diff) |
Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plists
PR: ports/136771
Exp Run by: pav
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=238688
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBICx-TxnInsert/pkg-plist | 10 | ||||
-rw-r--r-- | databases/p5-T2/pkg-plist | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DBICx-TxnInsert/pkg-plist b/databases/p5-DBICx-TxnInsert/pkg-plist index d3e542bd7908..d2b910b45391 100644 --- a/databases/p5-DBICx-TxnInsert/pkg-plist +++ b/databases/p5-DBICx-TxnInsert/pkg-plist @@ -1,6 +1,6 @@ @comment $FreeBSD$ -lib/perl5/site_perl/5.8.9/DBICx/TxnInsert.pm -lib/perl5/site_perl/5.8.9/mach/auto/DBICx/TxnInsert/.packlist -@dirrmtry lib/perl5/site_perl/5.8.9/mach/auto/DBICx/TxnInsert -@dirrmtry lib/perl5/site_perl/5.8.9/mach/auto/DBICx -@dirrmtry lib/perl5/site_perl/5.8.9/DBICx +%%SITE_PERL%%/DBICx/TxnInsert.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBICx/TxnInsert/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBICx/TxnInsert +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBICx +@dirrmtry %%SITE_PERL%%/DBICx diff --git a/databases/p5-T2/pkg-plist b/databases/p5-T2/pkg-plist index 9a36120382cb..60d67021eaa1 100644 --- a/databases/p5-T2/pkg-plist +++ b/databases/p5-T2/pkg-plist @@ -10,6 +10,6 @@ bin/t2-write-js.pl %%SITE_PERL%%/T2/Method.pm %%SITE_PERL%%/T2/Schema.pm %%SITE_PERL%%/T2/Storage.pm -%%SITE_PERL%%/mach/auto/T2/.packlist -@dirrm %%SITE_PERL%%/mach/auto/T2 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/T2/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/T2 @dirrm %%SITE_PERL%%/T2 |