diff options
Diffstat (limited to 'app-emulation/winex/winex-20020807-r1.ebuild')
-rw-r--r-- | app-emulation/winex/winex-20020807-r1.ebuild | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/app-emulation/winex/winex-20020807-r1.ebuild b/app-emulation/winex/winex-20020807-r1.ebuild index fbea005f83a1..f51b1a67e456 100644 --- a/app-emulation/winex/winex-20020807-r1.ebuild +++ b/app-emulation/winex/winex-20020807-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020807-r1.ebuild,v 1.3 2002/10/20 18:37:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020807-r1.ebuild,v 1.4 2002/10/24 23:23:44 blizzy Exp $ IUSE="cups opengl" @@ -106,14 +106,12 @@ src_install () { } pkg_postinst() { - einfo "**********************************************************************" - einfo "* NOTE: Use /usr/bin/winex to start winex. *" - einfo "* This is a wrapper-script which will take care of everything *" - einfo "* else. If you have further questions, enhancements or patches *" - einfo "* send an email to phoenix@gentoo.org *" - einfo "* *" - einfo "* Manpage has been installed to the system. *" - einfo "* \"man winex\" should show it. *" - einfo "**********************************************************************" + einfo "Use /usr/bin/winex to start winex." + einfo "This is a wrapper-script which will take care of everything" + einfo "else. If you have further questions, enhancements or patches" + einfo "send an email to phoenix@gentoo.org" + einfo "" + einfo "Manpage has been installed to the system." + einfo "\"man winex\" should show it." } |