summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-22 14:36:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-22 14:36:44 +0000
commite86428d97d718b1aac8a4fd574874228238ea708 (patch)
treef0d7efa257045c4b47371ae0558fc86bb130356f /x11-plugins/wmpop3
parentquoting etc. (diff)
downloadhistorical-e86428d97d718b1aac8a4fd574874228238ea708.tar.gz
historical-e86428d97d718b1aac8a4fd574874228238ea708.tar.bz2
historical-e86428d97d718b1aac8a4fd574874228238ea708.zip
quoting
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/wmpop3')
-rw-r--r--x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild9
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() {