summaryrefslogtreecommitdiffstats
path: root/databases/p5-T2
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2004-07-01 07:44:27 +0000
committererwin <erwin@FreeBSD.org>2004-07-01 07:44:27 +0000
commitfeea6a1ef7d5dcaa8ba6dcc53303497bed643b11 (patch)
tree26c8557c7205466c4eec01a79b343f1d23f11b9f /databases/p5-T2
parentfbda640736c020e54d65c93613bf9bec8f0e2875 (diff)
downloadFreeBSD-ports-feea6a1ef7d5dcaa8ba6dcc53303497bed643b11.zip
FreeBSD-ports-feea6a1ef7d5dcaa8ba6dcc53303497bed643b11.tar.gz
Unbreak by using %%SITE_PERL%% and not hardcoding it.
Diffstat (limited to 'databases/p5-T2')
-rw-r--r--databases/p5-T2/Makefile2
-rw-r--r--databases/p5-T2/pkg-plist20
2 files changed, 10 insertions, 12 deletions
diff --git a/databases/p5-T2/Makefile b/databases/p5-T2/Makefile
index eb9bc2c..c8f14f5 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 5f88903..a33db1c 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
OpenPOWER on IntegriCloud