summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-plugins/wmweather/Manifest2
-rw-r--r--x11-plugins/wmweather/wmweather-2.4.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmweather/Manifest b/x11-plugins/wmweather/Manifest
index 06200dc8b28a..e3fc7ae62404 100644
--- a/x11-plugins/wmweather/Manifest
+++ b/x11-plugins/wmweather/Manifest
@@ -1,7 +1,7 @@
MD5 ee4c2a031ec623d9b3e61e22957b0a7a ChangeLog 1158
MD5 e6859edfde75a2d15aa3192485c1a99f wmweather-1.31-r1.ebuild 719
MD5 a05b66d3125173f8f17e2076776df094 wmweather-1.31.ebuild 717
-MD5 652bd1efb736cbdc791717e8a461ce23 wmweather-2.4.0.ebuild 657
+MD5 faa5c8cd3d885aa40e9faae37be4d5c3 wmweather-2.4.0.ebuild 657
MD5 eb6f29959ad4173cb1f4776b45e81563 files/digest-wmweather-1.31 65
MD5 eb6f29959ad4173cb1f4776b45e81563 files/digest-wmweather-1.31-r1 65
MD5 07856e0234c60aadbaae76016dce5786 files/digest-wmweather-2.4.0 66
diff --git a/x11-plugins/wmweather/wmweather-2.4.0.ebuild b/x11-plugins/wmweather/wmweather-2.4.0.ebuild
index c76d83d1967f..56996eb8daa0 100644
--- a/x11-plugins/wmweather/wmweather-2.4.0.ebuild
+++ b/x11-plugins/wmweather/wmweather-2.4.0.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/wmweather/wmweather-2.4.0.ebuild,v 1.1 2003/05/28 12:55:38 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-2.4.0.ebuild,v 1.2 2003/05/28 13:01:36 joker Exp $
DESCRIPTION="Dockable applette for WindowMaker that shows weather."
SRC_URI="http://www.godisch.de/debian/wmweather/${P}.tar.gz"
@@ -20,7 +20,7 @@ src_compile() {
}
src_install () {
+ dodoc CHANGES COPYING README
cd ${S}/src
make DESTDIR=${D} install || die
- dodoc CHANGES COPYING README
}