diff options
author | skv <skv@FreeBSD.org> | 2009-02-27 18:32:58 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-02-27 18:32:58 +0800 |
commit | ca3a100a39608a545e7417b31f7ccac231f26657 (patch) | |
tree | b3efe5d22417812c16671882aa0dc464a89c14b5 /archivers | |
parent | cf69e454b9c8ed3a629a9ab9f55ebd89f9f70e5e (diff) | |
download | freebsd-ports-graphics-ca3a100a39608a545e7417b31f7ccac231f26657.tar.gz freebsd-ports-graphics-ca3a100a39608a545e7417b31f7ccac231f26657.tar.zst freebsd-ports-graphics-ca3a100a39608a545e7417b31f7ccac231f26657.zip |
Unbreak build on perl 5.10
PR: ports/132130
Submitted by: skv
Approved by: maintainer (jadawin)
Diffstat (limited to 'archivers')
-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 69338ea16e8..1d5a60a2d45 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 a61214ce971..48b7c97a89d 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 |