diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 12:25:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 12:25:46 +0000 |
commit | ab098bfa3d001f187e0db9889ddee496074b6b8f (patch) | |
tree | b435d6f78aad5f535f16b879583ccc2c1f8aa552 /textproc/p5-PPI-HTML | |
parent | 519dacca72eb1640b13f1a75f4c2f331c9cd49f6 (diff) |
Notes
Diffstat (limited to 'textproc/p5-PPI-HTML')
-rw-r--r-- | textproc/p5-PPI-HTML/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-PPI-HTML/Makefile b/textproc/p5-PPI-HTML/Makefile index 859693297809..a2967a9320bc 100644 --- a/textproc/p5-PPI-HTML/Makefile +++ b/textproc/p5-PPI-HTML/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-PPI-HTML -# Date created: 24 March 2005 -# Whom: Lars Thegler <lth@FreeBSD.org> -# +# Created by: Lars Thegler <lth@FreeBSD.org> # $FreeBSD$ -# PORTNAME= PPI-HTML PORTVERSION= 1.08 @@ -25,6 +21,6 @@ PERL_CONFIGURE= yes MAN3= PPI::HTML.3 post-patch: - @${PERL} -pi -e '$$_="" if m/Test::More/' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -i '' '/Test::More/d' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> |