www-client/w3m: Fix sed command (bug #616334).
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Thu, 28 Sep 2017 16:44:56 +0000 (18:44 +0200)
committerMike Gilbert <floppym@gentoo.org>
Thu, 28 Sep 2017 17:11:00 +0000 (13:11 -0400)
www-client/w3m/w3m-0.5.3-r9.ebuild

index 1ecc707d9026d54694060e9608e2f475a05543e0..cb8054271746ea131a4f42a2d48f87deb9ad03a8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -42,7 +42,7 @@ S="${WORKDIR}"/${MY_P}
 src_prepare() {
        default
        ecvs_clean
-       sed -i -e "/^AR=/s/ar/$(tc-getAR)/" {.,w3mimg,libwc}/Makefile.in || die
+       sed -i -e "/^AR=/s:ar:$(tc-getAR):" {.,w3mimg,libwc}/Makefile.in || die
        hprefixify acinclude.m4
        eautoconf
 }