diff options
Diffstat (limited to 'dev-lang/php/php-5.4.14.ebuild')
-rw-r--r-- | dev-lang/php/php-5.4.14.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/php/php-5.4.14.ebuild b/dev-lang/php/php-5.4.14.ebuild index ebfbfa25e3b7..03ff1f178253 100644 --- a/dev-lang/php/php-5.4.14.ebuild +++ b/dev-lang/php/php-5.4.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.14.ebuild,v 1.1 2013/04/11 10:28:46 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.14.ebuild,v 1.2 2013/04/28 16:24:59 zmedico Exp $ EAPI=5 @@ -767,8 +767,8 @@ pkg_postinst() { fi done - elog "Make sure that PHP_TARGETS in ${EPREFIX}/etc/make.conf includes php${SLOT/./-} in order" - elog "to compile extensions for the ${SLOT} ABI" + elog "Make sure that PHP_TARGETS in ${EPREFIX}/etc/portage/make.conf includes php${SLOT/./-}" + elog "in order to compile extensions for the ${SLOT} ABI" elog if ! use readline && use cli ; then ewarn "Note that in order to use php interactivly, you need to enable" @@ -777,7 +777,7 @@ pkg_postinst() { elog elog "This ebuild installed a version of php.ini based on php.ini-${PHP_INI_VERSION} version." elog "You can chose which version of php.ini to install by default by setting PHP_INI_VERSION to either" - elog "'production' or 'development' in ${EPREFIX}/etc/make.conf" + elog "'production' or 'development' in ${EPREFIX}/etc/portage/make.conf" elog "Both versions of php.ini can be found in ${EPREFIX}/usr/share/doc/${PF}" elog |