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]
This commit is contained in:
parent
733134ead7
commit
188fd47f90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72792
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user