summaryrefslogtreecommitdiffstats
path: root/www/bkmrkconv
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-07 17:49:52 +0000
committerwill <will@FreeBSD.org>2001-01-07 17:49:52 +0000
commit17fc78c61a40e51c25675da0e3d99e222c1abdd3 (patch)
treea8b19a050dd6847de35f8b185751c1b52138d171 /www/bkmrkconv
parent98a4931c0a8138d6f6fb6de52d4fd949a15ae520 (diff)
downloadFreeBSD-ports-17fc78c61a40e51c25675da0e3d99e222c1abdd3.zip
FreeBSD-ports-17fc78c61a40e51c25675da0e3d99e222c1abdd3.tar.gz
Clean up inefficient perl invocations; use multiple REs in the same call.
Diffstat (limited to 'www/bkmrkconv')
-rw-r--r--www/bkmrkconv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bkmrkconv/Makefile b/www/bkmrkconv/Makefile
index 4ba2b64..2096f3f 100644
--- a/www/bkmrkconv/Makefile
+++ b/www/bkmrkconv/Makefile
@@ -17,8 +17,8 @@ USE_PERL5= yes
NO_BUILD= yes
pre-install:
- @${PERL} -pi -e "s:/usr/local/bin/perl:${PERL}:g" ${WRKSRC}/*.pl
- @${PERL} -pi -e "s:/usr/local/share:${PREFIX}/share:g" ${WRKSRC}/bkmrkconv.pl
+ @${PERL} -pi -e "s:/usr/local/bin/perl:${PERL}:g ; \
+ s:/usr/local/share:${PREFIX}/share:g" ${WRKSRC}/*.pl
do-install:
@${MKDIR} ${PREFIX}/share/bkmrkconv/src
OpenPOWER on IntegriCloud