summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cvsd/cvsd-1.0.7.ebuild')
-rw-r--r--dev-util/cvsd/cvsd-1.0.7.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-util/cvsd/cvsd-1.0.7.ebuild b/dev-util/cvsd/cvsd-1.0.7.ebuild
index 9e46c25c9040..4c161e5d7002 100644
--- a/dev-util/cvsd/cvsd-1.0.7.ebuild
+++ b/dev-util/cvsd/cvsd-1.0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/cvsd-1.0.7.ebuild,v 1.8 2007/03/05 03:43:00 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsd/cvsd-1.0.7.ebuild,v 1.9 2009/07/12 18:13:17 halcy0n Exp $
inherit eutils
@@ -34,11 +34,12 @@ src_install() {
dosed 's:^Repos:# Repos:g' /etc/cvsd/cvsd.conf
keepdir /var/lib/cvsd
- dodoc AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO
+ dodoc AUTHORS ChangeLog FAQ INSTALL NEWS README TODO
- newinitd ${FILESDIR}/cvsd.rc6 ${PN}
+ newinitd "${FILESDIR}"/cvsd.rc6 ${PN}
}
pkg_postinst() {
- elog "To configure cvsd please read /usr/share/doc/${PF}/README.gz"
+ elog "To configure cvsd please read the README in "
+ elog "/usr/share/doc/${PF}/"
}