diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:41:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:41:18 +0000 |
commit | 7fe1af8865090c8bb0944d3ac341b8d6bf3f1aa6 (patch) | |
tree | 0830b8c997491d240142a3cbadcfb920dcd63c9b /misc/p5-Zen-Koans | |
parent | ab0d0e065c299039a950d2dafeb30eb3b2c5087f (diff) |
Notes
Diffstat (limited to 'misc/p5-Zen-Koans')
-rw-r--r-- | misc/p5-Zen-Koans/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Zen-Koans/pkg-plist | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/misc/p5-Zen-Koans/Makefile b/misc/p5-Zen-Koans/Makefile index da01bf98dd59..13b8b30738e6 100644 --- a/misc/p5-Zen-Koans/Makefile +++ b/misc/p5-Zen-Koans/Makefile @@ -11,10 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Library containing over 100 Zen Koans -MAN3= Zen::Koan.3 Zen::Koans.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Zen-Koans/pkg-plist b/misc/p5-Zen-Koans/pkg-plist index cee1355c7d0e..feffa34995f2 100644 --- a/misc/p5-Zen-Koans/pkg-plist +++ b/misc/p5-Zen-Koans/pkg-plist @@ -1,6 +1,8 @@ +%%PERL5_MAN3%%/Zen::Koan.3.gz +%%PERL5_MAN3%%/Zen::Koans.3.gz %%SITE_PERL%%/Zen/Koan.pm %%SITE_PERL%%/Zen/Koans.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Zen/Koans/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Zen/Koans -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Zen +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Zen/Koans +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Zen @dirrmtry %%SITE_PERL%%/Zen |