summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-10-07 08:38:28 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-10-07 08:38:28 +0000
commit04f3532c5c9205b332c4163807d36a30bf883bc7 (patch)
tree68ddc9299d9bdbd9a73a81bf4692a3017c8f021c /app-text/rfcutil/rfcutil-3.2.3.ebuild
parentRemoving devfsd block. Should keep everyone happy. Any bugs coming in need to... (diff)
downloadgentoo-2-04f3532c5c9205b332c4163807d36a30bf883bc7.tar.gz
gentoo-2-04f3532c5c9205b332c4163807d36a30bf883bc7.tar.bz2
gentoo-2-04f3532c5c9205b332c4163807d36a30bf883bc7.zip
Don't install INSTALL documentation
(Portage version: 2.0.53_rc3)
Diffstat (limited to 'app-text/rfcutil/rfcutil-3.2.3.ebuild')
-rw-r--r--app-text/rfcutil/rfcutil-3.2.3.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-text/rfcutil/rfcutil-3.2.3.ebuild b/app-text/rfcutil/rfcutil-3.2.3.ebuild
index bc206ab5733f..7a89a849982b 100644
--- a/app-text/rfcutil/rfcutil-3.2.3.ebuild
+++ b/app-text/rfcutil/rfcutil-3.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.23 2005/09/10 06:13:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.24 2005/10/07 08:38:28 dragonheart Exp $
inherit eutils
@@ -28,8 +28,7 @@ src_unpack() {
src_install() {
newbin ${MY_P} ${MY_PN} || die
doman ${MY_PN}.1
- dodoc CHANGELOG INSTALL KNOWN_BUGS README
-
+ dodoc CHANGELOG KNOWN_BUGS README
keepdir /var/cache/rfc
}