summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2003-05-28 13:01:46 +0000
committerChristian Birchinger <joker@gentoo.org>2003-05-28 13:01:46 +0000
commitda5f15c7572373652b738b23ea5e8c05ba1f43b9 (patch)
treec31c2a8f6e95490303be4ced0a9f25fb67520f66 /x11-plugins/wmweather/wmweather-2.4.0.ebuild
parentTotaly new version. Uses curl instead of external scripts. (diff)
downloadgentoo-2-da5f15c7572373652b738b23ea5e8c05ba1f43b9.tar.gz
gentoo-2-da5f15c7572373652b738b23ea5e8c05ba1f43b9.tar.bz2
gentoo-2-da5f15c7572373652b738b23ea5e8c05ba1f43b9.zip
small doc changes
Diffstat (limited to 'x11-plugins/wmweather/wmweather-2.4.0.ebuild')
-rw-r--r--x11-plugins/wmweather/wmweather-2.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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
}