diff options
Diffstat (limited to 'www/linuxpluginwrapper')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 3 | ||||
-rw-r--r-- | www/linuxpluginwrapper/files/pkg-message.in | 11 |
2 files changed, 5 insertions, 9 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index 2ad449543a7f..c34840a86c70 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/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/linuxpluginwrapper/files/pkg-message.in b/www/linuxpluginwrapper/files/pkg-message.in index 1e8e666ca9a2..38071922e984 100644 --- a/www/linuxpluginwrapper/files/pkg-message.in +++ b/www/linuxpluginwrapper/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: |