diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-03-24 14:37:47 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-03-24 14:37:47 +0000 |
commit | 4f389c03da7ed8381b9b0f77069359d1d097309a (patch) | |
tree | 064afc489426e0e2fff79b30c48dd13c62397cc1 /textproc/p5-Text-Tabs+Wrap/pkg-plist | |
parent | Fix build on -current. (diff) |
New port: very simple paragraph formatter
PR: 47882
Diffstat (limited to 'textproc/p5-Text-Tabs+Wrap/pkg-plist')
-rw-r--r-- | textproc/p5-Text-Tabs+Wrap/pkg-plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/p5-Text-Tabs+Wrap/pkg-plist b/textproc/p5-Text-Tabs+Wrap/pkg-plist new file mode 100644 index 000000000000..5c4effac55d8 --- /dev/null +++ b/textproc/p5-Text-Tabs+Wrap/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Text/Wrap.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Tabs.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true |