--- old/lighttpd-1.1.8.ebuild 2004-04-24 00:38:43.000000000 +0200 +++ new/lighttpd-1.1.8.ebuild 2004-04-24 09:10:19.561265368 +0200 @@ -52,9 +52,14 @@ exeinto /etc/init.d; newexe ${FILESDIR}/lighttpd.initd lighttpd dodir ${LIGHTTPD_DIR} ${LOG_DIR} chown lighttpd:root ${D}/${LOG_DIR} + mv ${D}/var/tmp/portage/lighttpd-1.1.8/image/usr/share/man ${D}/usr/share/ + mv ${D}/var/tmp/portage/lighttpd-1.1.8/image/usr/sbin ${D}/usr/ + rm -r ${D}/var/tmp } pkg_postinst() { + echo einfo "In order to use fast-cgi for php you have to emerge dev-php/php-cgi and" einfo "please read /usr/share/doc/lighttpd-1.1.8/fastcgi.txt.gz for more information" + echo }