diff options
Diffstat (limited to 'net-dialup/tkvoice/tkvoice-1.5.ebuild')
-rw-r--r-- | net-dialup/tkvoice/tkvoice-1.5.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-dialup/tkvoice/tkvoice-1.5.ebuild b/net-dialup/tkvoice/tkvoice-1.5.ebuild index e7af43968546..4df2c7d5eddd 100644 --- a/net-dialup/tkvoice/tkvoice-1.5.ebuild +++ b/net-dialup/tkvoice/tkvoice-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/tkvoice/tkvoice-1.5.ebuild,v 1.2 2006/04/02 14:03:30 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/tkvoice/tkvoice-1.5.ebuild,v 1.3 2007/05/06 08:16:05 genone Exp $ DESCRIPTION="TkVoice - Voice mail and Fax frontend program" HOMEPAGE="http://tkvoice.netfirms.com" @@ -46,8 +46,8 @@ src_install() pkg_postinst() { - einfo "${P} has been installed. Run /usr/bin/${PN}." - einfo "For more information, see the home page, ${HOMEPAGE}" - einfo "or consult the documentation for this program as well as" - einfo "for mgetty/vgetty." + elog "${P} has been installed. Run /usr/bin/${PN}." + elog "For more information, see the home page, ${HOMEPAGE}" + elog "or consult the documentation for this program as well as" + elog "for mgetty/vgetty." } |