diff options
Diffstat (limited to 'x11-plugins/wmpop3')
-rw-r--r-- | x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild index 8ccb634f4a79..fab407dc3605 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-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # 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.12 2006/10/27 08:42:56 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild,v 1.13 2010/07/22 14:36:44 ssuominen Exp $ DESCRIPTION="dockapp for checking pop3 accounts" HOMEPAGE="http://www.cs.mun.ca/~scotth/" @@ -14,12 +14,13 @@ DEPEND="x11-wm/windowmaker x11-libs/libXpm" src_unpack() { - unpack ${A} ; cd ${S}/wmpop3 + unpack ${A} + cd "${S}"/wmpop3 sed -i -e "s:-O2:${CFLAGS}:" Makefile } src_compile() { - emake -C wmpop3 || die "parallel make failed" + emake -C wmpop3 || die } src_install() { |