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-Petal-CodePerl | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Petal-CodePerl')
-rw-r--r-- | textproc/p5-Petal-CodePerl/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Petal-CodePerl/pkg-plist | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Petal-CodePerl/Makefile b/textproc/p5-Petal-CodePerl/Makefile index c9ea1932181a..194468486be9 100644 --- a/textproc/p5-Petal-CodePerl/Makefile +++ b/textproc/p5-Petal-CodePerl/Makefile @@ -16,11 +16,7 @@ BUILD_DEPENDS= p5-Petal>=0:${PORTSDIR}/textproc/p5-Petal \ p5-Code-Perl>=0:${PORTSDIR}/devel/p5-Code-Perl RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Petal::CodePerl.3 Petal::CodePerl::Expr.3 \ - Petal::CodePerl::Modifiers.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Petal-CodePerl/pkg-plist b/textproc/p5-Petal-CodePerl/pkg-plist index 984f2234ee67..5cb774e6e42e 100644 --- a/textproc/p5-Petal-CodePerl/pkg-plist +++ b/textproc/p5-Petal-CodePerl/pkg-plist @@ -1,3 +1,6 @@ +%%PERL5_MAN3%%/Petal::CodePerl.3.gz +%%PERL5_MAN3%%/Petal::CodePerl::Expr.3.gz +%%PERL5_MAN3%%/Petal::CodePerl::Modifiers.3.gz %%SITE_PERL%%/Petal/CodePerl.pm %%SITE_PERL%%/Petal/CodePerl/CodeGenerator.pm %%SITE_PERL%%/Petal/CodePerl/Compiler.pm @@ -10,8 +13,8 @@ %%SITE_PERL%%/Petal/CodePerl/Modifiers.pm %%SITE_PERL%%/Petal/CodePerl/Parser.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Petal/CodePerl/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Petal/CodePerl +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Petal/CodePerl @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Petal -@dirrm %%SITE_PERL%%/Petal/CodePerl/Expr -@dirrm %%SITE_PERL%%/Petal/CodePerl +@dirrmtry %%SITE_PERL%%/Petal/CodePerl/Expr +@dirrmtry %%SITE_PERL%%/Petal/CodePerl @dirrmtry %%SITE_PERL%%/Petal |