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/p5-Compress-LZO/Makefile | |
parent | 0a2940fa8cb4f5bd8deec0bebfd805f457ff92aa (diff) | |
download | ports-2363c699fb63ad0513c736961eee682f8b96c0e3.tar.gz ports-2363c699fb63ad0513c736961eee682f8b96c0e3.zip |
Notes
Diffstat (limited to 'archivers/p5-Compress-LZO/Makefile')
-rw-r--r-- | archivers/p5-Compress-LZO/Makefile | 8 |
1 files changed, 2 insertions, 6 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 |