diff options
Diffstat (limited to 'x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild')
-rw-r--r-- | x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild index 4a8f92783a44..3468ab40b751 100644 --- a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild +++ b/x11-plugins/wmpop3/wmpop3-0.5.6a.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-plugins/wmpop3/wmpop3-0.5.6a.ebuild,v 1.4 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild,v 1.5 2004/01/04 18:36:48 aliz Exp $ DESCRIPTION="dockapp for checking pop3 accounts" HOMEPAGE="http://www.cs.mun.ca/~scotth/" @@ -15,10 +15,8 @@ DEPEND="virtual/glibc S=${WORKDIR}/${P} src_unpack() { - unpack ${A} - cd ${S}/wmpop3 - mv Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile + unpack ${A} ; cd ${S}/wmpop3 + sed -i -e "s:-O2:${CFLAGS}:" Makefile } src_compile() { |