diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
commit | fb2d5da4ebc1084c623330fb16bdcba15bb94569 (patch) | |
tree | 36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-Text-Diff-Parser | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) | |
download | ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.tar.gz ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Diff-Parser')
-rw-r--r-- | textproc/p5-Text-Diff-Parser/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Diff-Parser/pkg-plist | 9 |
2 files changed, 5 insertions, 7 deletions
diff --git a/textproc/p5-Text-Diff-Parser/Makefile b/textproc/p5-Text-Diff-Parser/Makefile index cb32e3a59201..680b9290f91e 100644 --- a/textproc/p5-Text-Diff-Parser/Makefile +++ b/textproc/p5-Text-Diff-Parser/Makefile @@ -13,7 +13,4 @@ COMMENT= Parse patch files containing unified and standard diffs USES= perl5 USE_PERL5= configure -MAN3= Text::Diff::Parser.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Diff-Parser/pkg-plist b/textproc/p5-Text-Diff-Parser/pkg-plist index aeaa991e326c..0da988cdc645 100644 --- a/textproc/p5-Text-Diff-Parser/pkg-plist +++ b/textproc/p5-Text-Diff-Parser/pkg-plist @@ -1,7 +1,8 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Diff/Parser/.packlist +%%PERL5_MAN3%%/Text::Diff::Parser.3.gz %%SITE_PERL%%/Text/Diff/Parser.pm -@dirrmtry %%SITE_PERL%%/Text/Diff -@dirrmtry %%SITE_PERL%%/Text -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Diff/Parser +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Diff/Parser/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Diff/Parser @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Diff @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text/Diff +@dirrmtry %%SITE_PERL%%/Text |