Unbreak by using %%SITE_PERL%% and not hardcoding it.

This commit is contained in:
Erwin Lansing 2004-07-01 07:44:27 +00:00
parent 7ad49965cb
commit f31ff38a24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112646
2 changed files with 10 additions and 12 deletions

View File

@ -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>

View File

@ -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