forked from Lainports/freebsd-ports
o Fix symlink on packge install.
o Bump PORTREVISION. Submitted by: ru
This commit is contained in:
parent
5e7470be88
commit
76effb5157
2 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= linuxpluginwrapper
|
||||
PORTVERSION= 20040310
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www linux
|
||||
MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ lib/pluginwrapper/java3d_snd.so
|
|||
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/libflashplayer.so
|
||||
@unexec /bin/rmdir %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
|
||||
@unexec /bin/mkdir -p %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/Acrobat5/Browsers/intellinux/nppdf.so %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/Acrobat5/Browsers/intellinux/nppdf.so %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_plugins/
|
||||
@dirrm lib/pluginwrapper
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue