diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-31 07:36:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-31 07:36:25 +0000 |
commit | d88a19fab859f4d5309b319f73b4e48be8703cb8 (patch) | |
tree | f7249764c63111e6e4cfd2f3274c35d6fcbac3dc /devel/p5-Readonly | |
parent | bd25a0a8cecfdce6f477c12a7213d55d98ef8393 (diff) | |
download | ports-d88a19fab859f4d5309b319f73b4e48be8703cb8.tar.gz ports-d88a19fab859f4d5309b319f73b4e48be8703cb8.zip |
Notes
Diffstat (limited to 'devel/p5-Readonly')
-rw-r--r-- | devel/p5-Readonly/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Readonly/pkg-plist | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/p5-Readonly/Makefile b/devel/p5-Readonly/Makefile index 42442990e13a..76bd83210d72 100644 --- a/devel/p5-Readonly/Makefile +++ b/devel/p5-Readonly/Makefile @@ -18,9 +18,6 @@ USE_PERL5= configure CONFIGURE_ARGS= DIR="${PORTNAME}-XS-${PORTVERSION_XS}" PORTVERSION_XS= 1.05 -MAN3= Readonly.3 Readonly::XS.3 - -NO_STAGE= yes post-patch: ${MV} ${WRKDIR}/${PORTNAME}-XS-${PORTVERSION_XS} ${WRKSRC} ${RM} ${WRKSRC}/*.pl diff --git a/devel/p5-Readonly/pkg-plist b/devel/p5-Readonly/pkg-plist index 591d1bcf6495..bc66c2dbb697 100644 --- a/devel/p5-Readonly/pkg-plist +++ b/devel/p5-Readonly/pkg-plist @@ -1,8 +1,10 @@ +%%PERL5_MAN3%%/Readonly.3.gz +%%PERL5_MAN3%%/Readonly::XS.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Readonly.pm %%SITE_PERL%%/%%PERL_ARCH%%/Readonly/XS.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/XS/XS.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/XS/XS.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Readonly @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/XS -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Readonly |