From d68f1a48d205036cc1ec0b03e4b5b03301c36116 Mon Sep 17 00:00:00 2001 From: Mike Gardiner Date: Wed, 20 Aug 2003 14:25:16 +0000 Subject: sed fixes --- x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild') diff --git a/x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild b/x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild index 9a3a2175b8e7..1fea1bc9b87c 100644 --- a/x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild +++ b/x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild,v 1.1 2003/07/20 15:00:39 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkscintilla2/gtkscintilla2-0.0.8.ebuild,v 1.2 2003/08/20 14:25:06 obz Exp $ MY_P="GtkScintilla2-${PV}" DESCRIPTION="Gtk-2 wrappers for the Scintilla source editing components." @@ -28,13 +28,13 @@ src_unpack() { # some quick touches to the Makefile, bump the version # and make use of our CFLAGS cp Makefile Makefile.orig - sed -e "/VERSION/s,0.0.3,${PV}," \ - -e "/CFLAGS/s,-g,${CFLAGS}," < Makefile.orig > Makefile + sed -e "/VERSION/s/0.0.3/${PV}/" \ + -e "/CFLAGS/s/-g/${CFLAGS}/" < Makefile.orig > Makefile # and again, in the scintilla part cd ${S}/scintilla/gtk cp makefile makefile.orig - sed -e "/CXXFLAGS/s,-Os,${CFLAGS}," < makefile.orig > makefile + sed -e "/CXXFLAGS/s/-Os/${CFLAGS}/" < makefile.orig > makefile } -- cgit v1.2.3-65-gdbad