diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-06-21 18:33:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-06-21 18:33:56 +0000 |
commit | a2f55cccccce0e44635665ce5a5e470728578563 (patch) | |
tree | fbd32b49e3abc7132e7c4ab340c3537b222140b3 /x11-misc/xcb/xcb-2.4.ebuild | |
parent | copy was incorrect (diff) | |
download | historical-a2f55cccccce0e44635665ce5a5e470728578563.tar.gz historical-a2f55cccccce0e44635665ce5a5e470728578563.tar.bz2 historical-a2f55cccccce0e44635665ce5a5e470728578563.zip |
remove bogus sed
Diffstat (limited to 'x11-misc/xcb/xcb-2.4.ebuild')
-rw-r--r-- | x11-misc/xcb/xcb-2.4.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-misc/xcb/xcb-2.4.ebuild b/x11-misc/xcb/xcb-2.4.ebuild index 83d67f04e646..f673775646ca 100644 --- a/x11-misc/xcb/xcb-2.4.ebuild +++ b/x11-misc/xcb/xcb-2.4.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-misc/xcb/xcb-2.4.ebuild,v 1.3 2003/06/20 20:07:26 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4.ebuild,v 1.4 2003/06/21 18:33:48 agriffis Exp $ DESCRIPTION="Marc Lehmann's improved X Cut Buffers" HOMEPAGE="http://www.goof.com/pcg/marc/xcb.html" @@ -11,13 +11,11 @@ KEYWORDS="alpha x86" IUSE="motif" DEPEND="virtual/x11 - >=sys-apps/sed-4 motif? ( virtual/motif )" src_unpack() { unpack ${A} cd ${S} - sed -i 's/^CFLAGS.=/CFLAGS +=/' Makefile.std || die 'sed failed' mv xcb.man xcb.1 || die 'mv failed' } |