diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-25 12:45:10 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-25 12:45:10 +0000 |
commit | 2363c699fb63ad0513c736961eee682f8b96c0e3 (patch) | |
tree | 02f013cb0bfb30f0786841f0f243cdca14da1436 /archivers | |
parent | 0a2940fa8cb4f5bd8deec0bebfd805f457ff92aa (diff) | |
download | ports-2363c699fb63ad0513c736961eee682f8b96c0e3.tar.gz ports-2363c699fb63ad0513c736961eee682f8b96c0e3.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-LZO/Makefile | 8 | ||||
-rw-r--r-- | archivers/p5-Compress-LZW/Makefile | 9 |
2 files changed, 5 insertions, 12 deletions
diff --git a/archivers/p5-Compress-LZO/Makefile b/archivers/p5-Compress-LZO/Makefile index 3ca636cdb6c1..43e82ec32c2f 100644 --- a/archivers/p5-Compress-LZO/Makefile +++ b/archivers/p5-Compress-LZO/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Compress-LZO -# Date created: 2006-09-10 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Compress-LZO PORTVERSION= 1.08 @@ -21,7 +17,7 @@ CFLAGS+= -I${LOCALBASE}/include/lzo PERL_CONFIGURE= yes post-patch: - ${PERL} -pi -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile.PL MAN3= Compress::LZO.3 diff --git a/archivers/p5-Compress-LZW/Makefile b/archivers/p5-Compress-LZW/Makefile index 9ba4be056427..69dc2684b915 100644 --- a/archivers/p5-Compress-LZW/Makefile +++ b/archivers/p5-Compress-LZW/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Compress-LZW -# Date created: 2006-07-28 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Compress-LZW PORTVERSION= 0.01 @@ -20,6 +16,7 @@ PERL_CONFIGURE= yes MAN3= Compress::LZW.3 post-patch: - ${PERL} -pi -e 's/\@hattmoward/\\\@hattmoward/' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -i '' -e 's|\@hattmoward|\\@hattmoward|' \ + ${WRKSRC}/Makefile.PL .include <bsd.port.mk> |