aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-24 12:44:20 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-24 12:44:20 +0000
commitc8451dc900d4c8aea0313f86eb56758d86442dc0 (patch)
treef5e115c2cbe7cb93d55aaf9b3a3cb9a879cd4cd9 /news
parent0fed70fb40617b4a8cdb70eb924132177a592a96 (diff)
downloadports-c8451dc900d4c8aea0313f86eb56758d86442dc0.tar.gz
ports-c8451dc900d4c8aea0313f86eb56758d86442dc0.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/cleanscore/Makefile5
1 files 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: