summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild')
-rw-r--r--sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild b/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild
index 9c13f63e9e33..2226948da054 100644
--- a/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild
+++ b/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild,v 1.1 2004/12/28 14:30:11 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild,v 1.1.1.1 2005/11/30 09:55:55 chriswhite Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -62,13 +62,13 @@ src_install () {
if has_version 'kde-base/kdebase' ; then
einfo "Using konqueror as default help-browser!"
sed "s:netscape:konqueror:g" < tmp > ${D}/usr/bin/M2-help
- elif has_version 'net-www/mozilla' ; then
+ elif has_version 'www-client/mozilla' ; then
einfo "Using mozilla as default help-browser!"
sed "s:netscape:mozilla:g" < tmp > ${D}/usr/bin/M2-help
- elif has_version 'net-www/mozilla-firefox' ; then
+ elif has_version 'www-client/mozilla-firefox' ; then
einfo "Using mozilla-firefox as default help-browser!"
sed "s:netscape:firefox:g" < tmp > ${D}/usr/bin/M2-help
- elif has_version 'net-www/epiphany' ; then
+ elif has_version 'www-client/epiphany' ; then
einfo "Using epiphany as default help-browser!"
sed "s:netscape:epiphany:g" < tmp > ${D}/usr/bin/M2-help
else