aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Plagger/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-26 12:25:46 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-26 12:25:46 +0000
commitab098bfa3d001f187e0db9889ddee496074b6b8f (patch)
treeb435d6f78aad5f535f16b879583ccc2c1f8aa552 /textproc/p5-Plagger/Makefile
parent519dacca72eb1640b13f1a75f4c2f331c9cd49f6 (diff)
downloadports-ab098bfa3d001f187e0db9889ddee496074b6b8f.tar.gz
ports-ab098bfa3d001f187e0db9889ddee496074b6b8f.zip
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
Notes
Notes: svn path=/head/; revision=323714
Diffstat (limited to 'textproc/p5-Plagger/Makefile')
-rw-r--r--textproc/p5-Plagger/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile
index c09946da6451..fe4f0b9ccaed 100644
--- a/textproc/p5-Plagger/Makefile
+++ b/textproc/p5-Plagger/Makefile
@@ -555,8 +555,8 @@ MAN3= Plagger.3 \
Plagger::Template.3
post-patch:
- ${PERL} -pi -e '$$_ = "" if m|auto_install|' ${WRKSRC}/Makefile.PL
- ${RM} ${WRKSRC}/lib/Plagger/Plugin/Publish/Feed.pm.orig
+ @${REINPLACE_CMD} -i '' '/auto_install/d' ${WRKSRC}/Makefile.PL
+ @${RM} ${WRKSRC}/lib/Plagger/Plugin/Publish/Feed.pm.orig
post-install:
.if ${PORT_OPTIONS:MEXAMPLES}