mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue