mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix pkg-plist error.
Pointed out by: pointyhat via kris
This commit is contained in:
parent
a0ac49d8cd
commit
97f40dc2f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128383
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= linuxpluginwrapper
|
||||
PORTVERSION= 20050119
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www linux emulators
|
||||
MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
@ -13,7 +13,7 @@ lib/pluginwrapper/realplayer.so
|
||||
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/flashplayer.xpt
|
||||
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/libflashplayer.so
|
||||
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nphelix.so
|
||||
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nphelix.so.xpt
|
||||
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nphelix.xpt
|
||||
@unexec /bin/rmdir %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
|
||||
@exec /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/
|
||||
|
Loading…
Reference in New Issue
Block a user