summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmtop')
-rw-r--r--x11-plugins/wmtop/Manifest2
-rw-r--r--x11-plugins/wmtop/wmtop-0.84.ebuild14
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-plugins/wmtop/Manifest b/x11-plugins/wmtop/Manifest
index 4fecc408a8c1..4710f67d4907 100644
--- a/x11-plugins/wmtop/Manifest
+++ b/x11-plugins/wmtop/Manifest
@@ -1,4 +1,4 @@
-MD5 1f96ae553b1f4184cfcf5504763ea23c wmtop-0.84.ebuild 714
+MD5 c52c0b4e867a9dec361a2ea486b67d3d wmtop-0.84.ebuild 713
MD5 481501681c25873a4a45648d54bda778 ChangeLog 592
MD5 4745e806b0b279d04fc25d2ff79cf4fa metadata.xml 555
MD5 f02c38d61b457e6c4127eb64dcaa2715 files/digest-wmtop-0.84 62
diff --git a/x11-plugins/wmtop/wmtop-0.84.ebuild b/x11-plugins/wmtop/wmtop-0.84.ebuild
index d0e37bbcff69..3699fa3f22b3 100644
--- a/x11-plugins/wmtop/wmtop-0.84.ebuild
+++ b/x11-plugins/wmtop/wmtop-0.84.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/wmtop/wmtop-0.84.ebuild,v 1.6 2003/12/14 04:43:32 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/wmtop-0.84.ebuild,v 1.7 2004/01/04 18:36:48 aliz Exp $
S="${WORKDIR}/${P}"
@@ -15,15 +15,15 @@ KEYWORDS="x86 ~sparc amd64 ppc"
DEPEND="virtual/glibc
virtual/x11"
-src_compile() {
+src_unpack() {
+ unpack ${A} ; cd ${S}
+ sed -i -e "s:-O3 -g -Wall:${CFLAGS}:" \
+ -e "s:/local::" Makefile
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "s:-O3 -g -Wall:${CFLAGS}:" \
- -e "s:/local::" Makefile.orig > Makefile
+}
+src_compile() {
make linux
-
}
src_install() {