diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-08-06 21:05:49 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-08-06 21:05:49 +0000 |
commit | 5892925dfb1518f13d262836d09d07507262c354 (patch) | |
tree | b4b86f7c7dd914531f7457cb4270977a00aa385d /app-emulation/mol/mol-0.9.70-r1.ebuild | |
parent | change default as check to not drop an a.out and wait for stdin on Darwin sys... (diff) | |
download | gentoo-2-5892925dfb1518f13d262836d09d07507262c354.tar.gz gentoo-2-5892925dfb1518f13d262836d09d07507262c354.tar.bz2 gentoo-2-5892925dfb1518f13d262836d09d07507262c354.zip |
fixed url
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-emulation/mol/mol-0.9.70-r1.ebuild')
-rw-r--r-- | app-emulation/mol/mol-0.9.70-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/mol/mol-0.9.70-r1.ebuild b/app-emulation/mol/mol-0.9.70-r1.ebuild index 547f39ff54dc..cb06af39bf18 100644 --- a/app-emulation/mol/mol-0.9.70-r1.ebuild +++ b/app-emulation/mol/mol-0.9.70-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70-r1.ebuild,v 1.1 2005/01/27 23:19:54 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70-r1.ebuild,v 1.2 2005/08/06 21:05:49 carlo Exp $ inherit flag-o-matic eutils DESCRIPTION="MOL (Mac-on-Linux) lets PPC users run MacOS (X) under Linux" -HOMEPAGE="http://www.maconlinux.net/" +HOMEPAGE="http://www.maconlinux.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" @@ -91,7 +91,7 @@ pkg_postinst() { einfo "Mac-on-Linux is now installed. To run, use the command startmol." einfo "You might want to configure video modes first with molvconfig." einfo "Other configuration is in /etc/molrc. For more info see:" - einfo " http://www.maconlinux.net" + einfo " http://www.maconlinux.org" einfo "Also try man molrc, man molvconfig, man startmol" echo ewarn "For networking and sound you might install the drivers in the" |