diff options
Diffstat (limited to 'sys-apps/qingy/qingy-0.5.3.ebuild')
-rw-r--r-- | sys-apps/qingy/qingy-0.5.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/qingy/qingy-0.5.3.ebuild b/sys-apps/qingy/qingy-0.5.3.ebuild index 919f3f04e6b7..af1d1c3444f9 100644 --- a/sys-apps/qingy/qingy-0.5.3.ebuild +++ b/sys-apps/qingy/qingy-0.5.3.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/sys-apps/qingy/qingy-0.5.3.ebuild,v 1.2 2005/01/16 19:59:14 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.5.3.ebuild,v 1.3 2005/05/31 14:27:56 s4t4n Exp $ DESCRIPTION="a DirectFB getty replacement" HOMEPAGE="http://qingy.sourceforge.net/" @@ -42,8 +42,8 @@ src_install() { pkg_postinst() { einfo "In order to use qingy you must first edit your /etc/inittab" - einfo "Check files INSTALL and README in /usr/share/doc/${P}" - einfo "for instructions on how to do that. Or issue an 'info qingy'." + einfo "Check the documentation at ${HOMEPAGE}" + einfo "for instructions on how to do that." echo ewarn "Also note that qingy doesn't seem to work realiably with" ewarn "2.6.7 kernels due to problems with the DirectFB library." |