1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Tweak meta-data a bit (PERL5_RUN/REINPLACE)

This commit is contained in:
Volker Stolz 2005-10-24 12:44:20 +00:00
parent 0fed70fb40
commit c8451dc900
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146248

View File

@ -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: