From c8451dc900d4c8aea0313f86eb56758d86442dc0 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Mon, 24 Oct 2005 12:44:20 +0000 Subject: [PATCH] Tweak meta-data a bit (PERL5_RUN/REINPLACE) --- news/cleanscore/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/news/cleanscore/Makefile b/news/cleanscore/Makefile index 612fd539b0df..842caf88c8d3 100644 --- a/news/cleanscore/Makefile +++ b/news/cleanscore/Makefile @@ -13,14 +13,15 @@ MASTER_SITES= http://slrn.sourceforge.net/cleanscore/ MAINTAINER= ports@FreeBSD.org COMMENT= A perl script to clean up your slrn score file -USE_PERL5= yes +USE_REINPLACE= yes +USE_PERL5_RUN= yes NO_BUILD= yes PORTDOCS= README PLIST_FILES= bin/cleanscore post-patch: - @${PERL} -pi -e 's|^use warnings|#use warnings|g ; \ + @${REINPLACE_CMD} 's|^use warnings|#use warnings|g ; \ s|^our |my |g' ${WRKSRC}/cleanscore do-install: