diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 05:45:21 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 05:45:21 +0000 |
commit | d0bb554d3bbe2db4ad73f03162baaa24f1299e22 (patch) | |
tree | da08988fb71752b74cc09ab16f28ceec46b205f1 /x11-plugins/wmbinclock | |
parent | oops someone forgot me ! (diff) | |
download | gentoo-2-d0bb554d3bbe2db4ad73f03162baaa24f1299e22.tar.gz gentoo-2-d0bb554d3bbe2db4ad73f03162baaa24f1299e22.tar.bz2 gentoo-2-d0bb554d3bbe2db4ad73f03162baaa24f1299e22.zip |
whitespace cleanup
Diffstat (limited to 'x11-plugins/wmbinclock')
-rw-r--r-- | x11-plugins/wmbinclock/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmbinclock/wmbinclock-0.1.ebuild | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11-plugins/wmbinclock/Manifest b/x11-plugins/wmbinclock/Manifest index f94e4d5e2b1f..c7770804f6fa 100644 --- a/x11-plugins/wmbinclock/Manifest +++ b/x11-plugins/wmbinclock/Manifest @@ -1,3 +1,3 @@ MD5 20f9ea73d6eb4e143fc83bd035cbe47a ChangeLog 453 -MD5 8f2f9cbfb1578c425dab2a294f3212ff wmbinclock-0.1.ebuild 708 +MD5 03c819d00b9ce8dc00793aad892df885 wmbinclock-0.1.ebuild 693 MD5 aecd7a931fbeb8f3f4436b8e29ebf72b files/digest-wmbinclock-0.1 64 diff --git a/x11-plugins/wmbinclock/wmbinclock-0.1.ebuild b/x11-plugins/wmbinclock/wmbinclock-0.1.ebuild index 0a9fd1431b14..dfe3ab0fea64 100644 --- a/x11-plugins/wmbinclock/wmbinclock-0.1.ebuild +++ b/x11-plugins/wmbinclock/wmbinclock-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbinclock/wmbinclock-0.1.ebuild,v 1.2 2003/06/12 22:26:36 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbinclock/wmbinclock-0.1.ebuild,v 1.3 2003/09/06 05:45:17 msterret Exp $ IUSE="" @@ -17,12 +17,12 @@ DEPEND="virtual/x11" RDEPEND="${DEPEND}" src_compile() { - myconf="" - emake CFLAGS="${CFLAGS}" || die + myconf="" + emake CFLAGS="${CFLAGS}" || die } src_install() { - dodoc README - dodir /usr/bin - make DESTDIR=${D}/usr install || die + dodoc README + dodir /usr/bin + make DESTDIR=${D}/usr install || die } |