diff options
Diffstat (limited to 'x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild')
-rw-r--r-- | x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild b/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild index 234c85c2f353..8fc3dbc9bea9 100644 --- a/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild +++ b/x11-plugins/wmsensormon/wmsensormon-1.2_beta.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/wmsensormon/wmsensormon-1.2_beta.ebuild,v 1.4 2003/05/29 09:38:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild,v 1.5 2003/09/06 05:45:18 msterret Exp $ S=${WORKDIR}/${P/_/-}/${PN} DESCRIPTION="WindowMaker DockApp: Monitors sensors using lm_sensors" @@ -15,8 +15,8 @@ DEPEND="virtual/x11 src_compile() { cd ${S} mv Makefile Makefile.orig - sed 's/^CFLAGS/#CFLAGS/' Makefile.orig > Makefile - rm Makefile.orig + sed 's/^CFLAGS/#CFLAGS/' Makefile.orig > Makefile + rm Makefile.orig emake || die } |