diff options
Diffstat (limited to 'dev-php/phpdbg/phpdbg-2.11.32.ebuild')
-rw-r--r-- | dev-php/phpdbg/phpdbg-2.11.32.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/phpdbg/phpdbg-2.11.32.ebuild b/dev-php/phpdbg/phpdbg-2.11.32.ebuild index c819625db021..93d4f2a79447 100644 --- a/dev-php/phpdbg/phpdbg-2.11.32.ebuild +++ b/dev-php/phpdbg/phpdbg-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/phpdbg-2.11.32.ebuild,v 1.2 2005/05/11 05:14:42 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.11.32.ebuild,v 1.3 2005/05/11 14:06:57 mr_bones_ Exp $ PHP_EXT_NAME="dbg" PHP_EXT_ZENDEXT="no" @@ -38,7 +38,7 @@ src_install () { dodoc AUTHORS COPYING INSTALL php-ext-base_addtoinifiles "[Debugger]" php-ext-base_addtoinifiles "debugger.enabled" "on" - php-ext-base_addtoinifiles "debugger.profiler_enabled" "on" + php-ext-base_addtoinifiles "debugger.profiler_enabled" "on" } pkg_postinst() { |