diff options
author | 2004-07-15 02:03:37 +0000 | |
---|---|---|
committer | 2004-07-15 02:03:37 +0000 | |
commit | f9172a9c2819a3aabe1a7f6468594d25a4f2d373 (patch) | |
tree | a35a039e45f8c39b2156dc36f9bd0bb5a244def2 /sys-apps/mondo/mondo-0.9.ebuild | |
parent | don't dep on arch for gnuconfig_update, trim trailing whitespace (Manifest re... (diff) | |
download | gentoo-2-f9172a9c2819a3aabe1a7f6468594d25a4f2d373.tar.gz gentoo-2-f9172a9c2819a3aabe1a7f6468594d25a4f2d373.tar.bz2 gentoo-2-f9172a9c2819a3aabe1a7f6468594d25a4f2d373.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/mondo/mondo-0.9.ebuild')
-rw-r--r-- | sys-apps/mondo/mondo-0.9.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/mondo/mondo-0.9.ebuild b/sys-apps/mondo/mondo-0.9.ebuild index c03fe4333e77..0d85181b5c9a 100644 --- a/sys-apps/mondo/mondo-0.9.ebuild +++ b/sys-apps/mondo/mondo-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo/mondo-0.9.ebuild,v 1.6 2004/06/30 21:47:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo/mondo-0.9.ebuild,v 1.7 2004/07/15 02:00:13 agriffis Exp $ DESCRIPTION="A System Health Monitor" HOMEPAGE="http://mondo-daemon.sourceforge.net/" @@ -12,7 +12,6 @@ LICENSE="GPL-2" DEPEND=">=sys-apps/lm-sensors-2.6.3" SRC_URI="mirror://sourceforge/mondo-daemon/${P}.tar.bz2" -S=${WORKDIR}/${P} src_compile() { econf || die "Configure failed" |