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-Template | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=333056
Diffstat (limited to 'textproc/p5-Text-Template')
-rw-r--r-- | textproc/p5-Text-Template/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Template/pkg-plist | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile index de7bd16b4e2f..eb787b2d95a4 100644 --- a/textproc/p5-Text-Template/Makefile +++ b/textproc/p5-Text-Template/Makefile @@ -17,9 +17,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= Text::Template.3 Text::Template::Preprocess.3 - -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete diff --git a/textproc/p5-Text-Template/pkg-plist b/textproc/p5-Text-Template/pkg-plist index ac586f1f540d..942031ecef0c 100644 --- a/textproc/p5-Text-Template/pkg-plist +++ b/textproc/p5-Text-Template/pkg-plist @@ -1,7 +1,9 @@ +%%PERL5_MAN3%%/Text::Template.3.gz +%%PERL5_MAN3%%/Text::Template::Preprocess.3.gz %%SITE_PERL%%/Text/Template.pm %%SITE_PERL%%/Text/Template/Preprocess.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Template/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Template +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Template @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text -@dirrm %%SITE_PERL%%/Text/Template +@dirrmtry %%SITE_PERL%%/Text/Template @dirrmtry %%SITE_PERL%%/Text |