diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-27 10:32:58 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-27 10:32:58 +0000 |
commit | e0d08197fe7924ed87d4c063db390e280b948ba7 (patch) | |
tree | 2a323f13e3041fc16973decc4ffbf775bfaa5594 /archivers/p5-Compress-Zlib | |
parent | 8e1eed49c1ecc7292ae2eaf59c97f31b9f286a2e (diff) |
Notes
Diffstat (limited to 'archivers/p5-Compress-Zlib')
-rw-r--r-- | archivers/p5-Compress-Zlib/Makefile | 3 | ||||
-rw-r--r-- | archivers/p5-Compress-Zlib/pkg-plist | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile index 69338ea16e8c..1d5a60a2d452 100644 --- a/archivers/p5-Compress-Zlib/Makefile +++ b/archivers/p5-Compress-Zlib/Makefile @@ -28,4 +28,7 @@ MAN3= Compress::Zlib.3 RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif +post-patch: + @${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL + .include <bsd.port.post.mk> diff --git a/archivers/p5-Compress-Zlib/pkg-plist b/archivers/p5-Compress-Zlib/pkg-plist index a61214ce9711..48b7c97a89d5 100644 --- a/archivers/p5-Compress-Zlib/pkg-plist +++ b/archivers/p5-Compress-Zlib/pkg-plist @@ -1,8 +1,8 @@ %%SITE_PERL%%/Compress/Zlib.pm %%SITE_PERL%%/auto/Compress/Zlib/autosplit.ix -%%SITE_PERL%%/mach/auto/Compress/Zlib/.packlist -@dirrm %%SITE_PERL%%/mach/auto/Compress/Zlib -@dirrmtry %%SITE_PERL%%/mach/auto/Compress +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress @dirrmtry %%SITE_PERL%%/auto/Compress/Zlib @dirrmtry %%SITE_PERL%%/auto/Compress @dirrmtry %%SITE_PERL%%/Compress |