diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-07-01 07:44:27 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-07-01 07:44:27 +0000 |
commit | f31ff38a245890a367368910c2dc20e3b0231177 (patch) | |
tree | 346eb8546d52c3b60852bdad776adeb07c43936b /databases/p5-T2 | |
parent | 7ad49965cba0cc43f892111e094f1c5bb3bb36f1 (diff) | |
download | ports-f31ff38a245890a367368910c2dc20e3b0231177.tar.gz ports-f31ff38a245890a367368910c2dc20e3b0231177.zip |
Notes
Diffstat (limited to 'databases/p5-T2')
-rw-r--r-- | databases/p5-T2/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-T2/pkg-plist | 20 |
2 files changed, 10 insertions, 12 deletions
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 <bsd.port.post.mk> 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 |