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-Template-Extract | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) | |
download | ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.tar.gz ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.zip |
Notes
Diffstat (limited to 'textproc/p5-Template-Extract')
-rw-r--r-- | textproc/p5-Template-Extract/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Template-Extract/pkg-plist | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/textproc/p5-Template-Extract/Makefile b/textproc/p5-Template-Extract/Makefile index af190c2854fb..a5e6f7177d57 100644 --- a/textproc/p5-Template-Extract/Makefile +++ b/textproc/p5-Template-Extract/Makefile @@ -16,10 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Template::Extract.3 \ - Template::Extract::Compile.3 \ - Template::Extract::Parser.3 \ - Template::Extract::Run.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Template-Extract/pkg-plist b/textproc/p5-Template-Extract/pkg-plist index cd293b6246c7..2d17d3952fa1 100644 --- a/textproc/p5-Template-Extract/pkg-plist +++ b/textproc/p5-Template-Extract/pkg-plist @@ -1,9 +1,13 @@ +%%PERL5_MAN3%%/Template::Extract.3.gz +%%PERL5_MAN3%%/Template::Extract::Compile.3.gz +%%PERL5_MAN3%%/Template::Extract::Parser.3.gz +%%PERL5_MAN3%%/Template::Extract::Run.3.gz %%SITE_PERL%%/Template/Extract.pm %%SITE_PERL%%/Template/Extract/Compile.pm %%SITE_PERL%%/Template/Extract/Parser.pm %%SITE_PERL%%/Template/Extract/Run.pm -@dirrm %%SITE_PERL%%/Template/Extract -@dirrmtry %%SITE_PERL%%/Template %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Extract/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Extract +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Extract @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template +@dirrmtry %%SITE_PERL%%/Template/Extract +@dirrmtry %%SITE_PERL%%/Template |