diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-03 12:26:49 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-03 12:26:49 +0000 |
commit | d80c8bb9e26d2a1b98358770d47667dd0bcbf1bc (patch) | |
tree | 20306c089012a9f852a93cf6dfbf9b3eb76bae36 /x11-misc/xkbd/xkbd-0.8.12.ebuild | |
parent | Fix DEPEND/RDEPEND that got wrong. (diff) | |
download | historical-d80c8bb9e26d2a1b98358770d47667dd0bcbf1bc.tar.gz historical-d80c8bb9e26d2a1b98358770d47667dd0bcbf1bc.tar.bz2 historical-d80c8bb9e26d2a1b98358770d47667dd0bcbf1bc.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-misc/xkbd/xkbd-0.8.12.ebuild')
-rw-r--r-- | x11-misc/xkbd/xkbd-0.8.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xkbd/xkbd-0.8.12.ebuild b/x11-misc/xkbd/xkbd-0.8.12.ebuild index 4799ffeb7672..bbb96b5484db 100644 --- a/x11-misc/xkbd/xkbd-0.8.12.ebuild +++ b/x11-misc/xkbd/xkbd-0.8.12.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/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.8 2005/07/26 15:12:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.9 2005/11/03 12:17:55 nelchael Exp $ DESCRIPTION="Xkbd - onscreen soft keyboard for X11" HOMEPAGE="http://handhelds.org/~mallum/xkbd/" @@ -34,7 +34,7 @@ src_compile() { src_install() { einstall || die - dodoc AUTHORS COPYING NEWS README + dodoc AUTHORS NEWS README if use doc; then insinto /usr/share/doc/${PF}/html |