diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2005-11-24 12:08:09 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2005-11-24 12:08:09 +0000 |
commit | 3784b7616cecdd0dd1bcaac8c899e636cf4184e1 (patch) | |
tree | 8187f79e28a55201048dc8d0f376337ffad8cbe8 /dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild | |
parent | Sync with overlay. (diff) | |
download | gentoo-2-3784b7616cecdd0dd1bcaac8c899e636cf4184e1.tar.gz gentoo-2-3784b7616cecdd0dd1bcaac8c899e636cf4184e1.tar.bz2 gentoo-2-3784b7616cecdd0dd1bcaac8c899e636cf4184e1.zip |
Sync with overlay.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild')
-rw-r--r-- | dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild b/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild index ef2df4896b9d..860dd2626767 100644 --- a/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild +++ b/dev-php/phpdbg-client/phpdbg-client-2.11.32.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/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild,v 1.2 2005/10/16 05:10:58 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg-client/phpdbg-client-2.11.32.ebuild,v 1.3 2005/11/24 12:08:09 chtekk Exp $ S="${WORKDIR}/dbg_client-${PV}${PL}" @@ -16,5 +16,5 @@ KEYWORDS="~sparc ~x86" src_install() { einstall || die "install failed" - dodoc AUTHORS COPYING INSTALL README TODO + dodoc-php AUTHORS COPYING INSTALL README TODO } |