summaryrefslogtreecommitdiff
path: root/www/flashpluginwrapper
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-01-09 06:13:17 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-01-09 06:13:17 +0000
commit188fd47f90e47763e024078024476c73bcd600e7 (patch)
tree2a744735bcea17ff6316af6c0c75083ca26303c1 /www/flashpluginwrapper
parentNew port ocaml-jabbr version 0.0.20021124: XML Messaging and Presence (diff)
1. drop the RUN_DEPENDS on mozilla so the users can choose what mozilla
they want to install. 2. make the pkg-message refer to ${PREFIX}/lib/browser_plugins/ Suggested by: obrien (a long time ago, sorry I forgot about this) [1], marcus [2]
Notes
Notes: svn path=/head/; revision=72792
Diffstat (limited to 'www/flashpluginwrapper')
-rw-r--r--www/flashpluginwrapper/Makefile3
-rw-r--r--www/flashpluginwrapper/files/pkg-message.in11
2 files changed, 5 insertions, 9 deletions
diff --git a/www/flashpluginwrapper/Makefile b/www/flashpluginwrapper/Makefile
index 2ad449543a7f..c34840a86c70 100644
--- a/www/flashpluginwrapper/Makefile
+++ b/www/flashpluginwrapper/Makefile
@@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= petef
MAINTAINER= petef@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/lib/flash/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin \
- mozilla:${PORTSDIR}/www/mozilla
+RUN_DEPENDS= ${LOCALBASE}/lib/flash/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin
USE_REINPLACE= yes
ONLY_FOR_ARCHS= i386
diff --git a/www/flashpluginwrapper/files/pkg-message.in b/www/flashpluginwrapper/files/pkg-message.in
index 1e8e666ca9a2..38071922e984 100644
--- a/www/flashpluginwrapper/files/pkg-message.in
+++ b/www/flashpluginwrapper/files/pkg-message.in
@@ -1,13 +1,10 @@
-To use the flash plugin wrapper, you first need to copy the linux flash
-plugin into your mozilla directory:
+If you are using a Mozilla browser, you first need to copy the linux
+flash plugin into the mozilla plugins directory:
# cp %%LOCALBASE%%/lib/flash/libflashplayer.so \
- %%X11BASE%%/lib/mozilla/plugins/libflashplayer_linux.so
+ %%X11BASE%%/lib/browser_plugins/libflashplayer_linux.so
# cp %%LOCALBASE%%/lib/flash/ShockwaveFlash.class \
- %%X11BASE%%/lib/mozilla/plugins/
-
-(Note, if you are using mozilla-devel, the destination directories will be
-different)
+ %%X11BASE%%/lib/browser_plugins/
Next, change the Mozilla startup script, %%X11BASE%%/bin/mozilla
to have: