From 7c450c645f9263c843978ffaa28d010fa80fee59 Mon Sep 17 00:00:00 2001 From: wilfried Date: Thu, 19 Feb 2004 20:26:23 +0000 Subject: [PATCH] better plugin-dirs, ok maintainer --- devel/jdk/1.3/pkg/MESSAGE | 10 +++++----- devel/jdk/1.3/pkg/MESSAGE-jre | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/devel/jdk/1.3/pkg/MESSAGE b/devel/jdk/1.3/pkg/MESSAGE index a7a47f8c657..ca7b108d354 100644 --- a/devel/jdk/1.3/pkg/MESSAGE +++ b/devel/jdk/1.3/pkg/MESSAGE @@ -1,14 +1,14 @@ +--------------- -| To use the Java plugin with Mozilla or Mozilla-firebird you must create +| To use the Java plugin with Mozilla or Mozilla-firefox you must create | a symbolic link from | | ${PREFIX}/${JDKHOME}/jre/plugin/i386/ns600/libjavaplugin_oji.so | -| to your Mozilla plugins directory, which is usually found at +| to your local Mozilla plugins directory, which is found at | -| ${PREFIX}/mozilla/plugins/ +| ~/.mozilla/plugins/ | -| or to your Mozilla-firebird plugins directory, which is usually found at +| or to the shared Mozilla plugins directory, which is found at | -| ${PREFIX}/mozilla-firebird/plugins/ +| ${PREFIX}/lib/mozilla-plugins/ +--------------- diff --git a/devel/jdk/1.3/pkg/MESSAGE-jre b/devel/jdk/1.3/pkg/MESSAGE-jre index ee7915c10dc..b997332d274 100644 --- a/devel/jdk/1.3/pkg/MESSAGE-jre +++ b/devel/jdk/1.3/pkg/MESSAGE-jre @@ -1,14 +1,14 @@ +--------------- -| To use the Java plugin with Mozilla or Mozilla-firebird you must create +| To use the Java plugin with Mozilla or Mozilla-firefox you must create | a symbolic link from | | ${PREFIX}/${JREHOME}/plugin/i386/ns600/libjavaplugin_oji.so | -| to your Mozilla plugins directory, which is usually found at +| to your local Mozilla plugins directory, which is found at | -| ${PREFIX}/mozilla/plugins/ +| ~/.mozilla/plugins/ | -| or to your Mozilla-firebird plugins directory, which is usually found at +| or to the shared Mozilla plugins directory, which is found at | -| ${PREFIX}/mozilla-firebird/plugins/ +| ${PREFIX}/lib/mozilla-plugins/ +---------------