diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2003-12-27 05:15:50 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2003-12-27 05:15:50 +0000 |
commit | d721a95af7136e6bc0fc48b6c36e1452d5a531d2 (patch) | |
tree | 1beb5c361ebf06a486d66808d7ed7e668df524bb /x11-plugins/wmclock/wmclock-1.0.12.2.ebuild | |
parent | keepdir instead of dodir, closing bug #36221 by Anders Bruun Olsen <anders@br... (diff) | |
download | historical-d721a95af7136e6bc0fc48b6c36e1452d5a531d2.tar.gz historical-d721a95af7136e6bc0fc48b6c36e1452d5a531d2.tar.bz2 historical-d721a95af7136e6bc0fc48b6c36e1452d5a531d2.zip |
Removed windowmaker dependency and moved the binary to /usr/bin.
Diffstat (limited to 'x11-plugins/wmclock/wmclock-1.0.12.2.ebuild')
-rw-r--r-- | x11-plugins/wmclock/wmclock-1.0.12.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild b/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild index a4adc26fbb62..85c61042a3ff 100644 --- a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild +++ b/x11-plugins/wmclock/wmclock-1.0.12.2.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/wmclock/wmclock-1.0.12.2.ebuild,v 1.4 2003/12/14 04:38:37 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild,v 1.5 2003/12/27 05:14:54 pyrania Exp $ IUSE="" @@ -13,8 +13,7 @@ KEYWORDS="x86 amd64 ppc" LICENSE="GPL-2" DEPEND="virtual/glibc - virtual/x11 - x11-wm/windowmaker" + virtual/x11" src_compile() { econf || die "configure failed" @@ -23,7 +22,6 @@ src_compile() { } src_install () { - into /usr/X11R6 strip wmclock dobin wmclock |