diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-24 12:44:20 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-24 12:44:20 +0000 |
commit | c8451dc900d4c8aea0313f86eb56758d86442dc0 (patch) | |
tree | f5e115c2cbe7cb93d55aaf9b3a3cb9a879cd4cd9 /news/cleanscore | |
parent | 0fed70fb40617b4a8cdb70eb924132177a592a96 (diff) |
Notes
Diffstat (limited to 'news/cleanscore')
-rw-r--r-- | news/cleanscore/Makefile | 5 |
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: |