summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-10-07 17:57:35 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-10-07 17:57:35 +0000
commit5f766fbc6ce6167b420248ea28f9955dc4c5ee63 (patch)
tree925c740142429eace6cb3539c780bb4c75f10460 /net-www
parentx86 stable (diff)
downloadgentoo-2-5f766fbc6ce6167b420248ea28f9955dc4c5ee63.tar.gz
gentoo-2-5f766fbc6ce6167b420248ea28f9955dc4c5ee63.tar.bz2
gentoo-2-5f766fbc6ce6167b420248ea28f9955dc4c5ee63.zip
x86 stable
Diffstat (limited to 'net-www')
-rw-r--r--net-www/horde-imp/Manifest2
-rw-r--r--net-www/horde-imp/horde-imp-3.2.2.ebuild7
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/horde-imp/Manifest b/net-www/horde-imp/Manifest
index a2e31706be14..466cf1d64457 100644
--- a/net-www/horde-imp/Manifest
+++ b/net-www/horde-imp/Manifest
@@ -1,7 +1,7 @@
MD5 51e1d29dc269899c706d823bc1c9b830 ChangeLog 1719
MD5 b923d0ffd17ba2650f0b87978ebef46b horde-imp-3.1.ebuild 2375
MD5 b84d36dd72ea979fdbebbee29a5439ba horde-imp-3.2.1.ebuild 1876
-MD5 ac84d01036dfe8de00e7772ff7e95d09 horde-imp-3.2.2.ebuild 1876
+MD5 72d689a6e46e4d6cb4c8d9355ca3e656 horde-imp-3.2.2.ebuild 1929
MD5 65f03fb45a235eb940fdf9b3ed781a2f horde-imp-3.2.ebuild 2539
MD5 b46592cbb457b086f8a7028101446355 files/digest-horde-imp-3.1 60
MD5 fbcc7aba9696f0f62a57c1da73ed2adf files/digest-horde-imp-3.2 60
diff --git a/net-www/horde-imp/horde-imp-3.2.2.ebuild b/net-www/horde-imp/horde-imp-3.2.2.ebuild
index 4573c470f3e8..d9d1c6f141eb 100644
--- a/net-www/horde-imp/horde-imp-3.2.2.ebuild
+++ b/net-www/horde-imp/horde-imp-3.2.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/net-www/horde-imp/horde-imp-3.2.2.ebuild,v 1.1 2003/09/11 19:13:37 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/horde-imp/horde-imp-3.2.2.ebuild,v 1.2 2003/10/07 17:57:30 mholzer Exp $
DESCRIPTION="IMP ${PV} provides webmail access"
HOMEPAGE="http://www.horde.org"
@@ -53,6 +53,9 @@ src_install () {
GID=81
fi
+ dodoc COPYING README docs/*
+ rm -rf COPYING README docs
+
find_http_root
dodir ${HTTPD_ROOT}/horde/imp
@@ -68,5 +71,5 @@ pkg_postinst() {
find_http_root
- einfo "Please read ${HTTPD_ROOT}/horde/imp/docs/INSTALL !"
+ einfo "Please read /usr/share/doc/${PF}/INSTALL.gz !"
}