--- smarty-2.6.2.ebuild.orig 2004-10-12 15:17:06.118384296 +0100 +++ smarty-2.6.2.ebuild 2004-10-12 15:18:13.345164272 +0100 @@ -24,5 +24,7 @@ pkg_postinst() { einfo "Smarty has been installed in /usr/lib/php/Smarty/." einfo "To use it in your scripts, either" einfo "1. define('SMARTY_DIR', \"/usr/lib/php/Smarty/\") in your scripts, or" - einfo "2. add /usr/lib/php/Smarty/ to includes= in /etc/php4/php.ini" + einfo "2. add '/usr/lib/php/Smarty/' to the 'include_path' variable in your" + einfo "php.ini file under /etc/php/SAPI (where SAPI is one of apache-php[45]," + einfo "cgi-php[45] or cli-php[45])." }