From f31ff38a245890a367368910c2dc20e3b0231177 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Thu, 1 Jul 2004 07:44:27 +0000 Subject: Unbreak by using %%SITE_PERL%% and not hardcoding it. --- databases/p5-T2/Makefile | 2 -- databases/p5-T2/pkg-plist | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 12 deletions(-) (limited to 'databases/p5-T2') diff --git a/databases/p5-T2/Makefile b/databases/p5-T2/Makefile index eb9bc2c0f405..c8f14f573e88 100644 --- a/databases/p5-T2/Makefile +++ b/databases/p5-T2/Makefile @@ -31,8 +31,6 @@ MAN3= T2.3 T2::Association.3 T2::Attribute.3 T2::Class.3 \ .if ${PERL_LEVEL} < 500600 IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again. -.else -BROKEN= Broken pkg-plist .endif .include diff --git a/databases/p5-T2/pkg-plist b/databases/p5-T2/pkg-plist index 5f88903c0b46..a33db1c76e5a 100644 --- a/databases/p5-T2/pkg-plist +++ b/databases/p5-T2/pkg-plist @@ -2,13 +2,13 @@ bin/t2-db-info.pl bin/t2-fsck-schema.pl bin/t2-migrate-db.pl bin/t2-write-js.pl -lib/perl5/site_perl/5.8.2/T2.pm -lib/perl5/site_perl/5.8.2/T2/Association.pm -lib/perl5/site_perl/5.8.2/T2/Attribute.pm -lib/perl5/site_perl/5.8.2/T2/Class.pm -lib/perl5/site_perl/5.8.2/T2/Method.pm -lib/perl5/site_perl/5.8.2/T2/Schema.pm -lib/perl5/site_perl/5.8.2/T2/Storage.pm -lib/perl5/site_perl/5.8.2/mach/auto/T2/.packlist -@dirrm lib/perl5/site_perl/5.8.2/mach/auto/T2 -@dirrm lib/perl5/site_perl/5.8.2/T2 +%%SITE_PERL%%/T2.pm +%%SITE_PERL%%/T2/Association.pm +%%SITE_PERL%%/T2/Attribute.pm +%%SITE_PERL%%/T2/Class.pm +%%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 +@dirrm %%SITE_PERL%%/T2 -- cgit v1.2.3