diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-08-17 02:53:42 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-08-17 02:53:42 +0800 |
commit | 588955e9b7025dfc663c3b907dc3184dfd1cb557 (patch) | |
tree | d386231973712c8ba7445502d7126eab261e0aab /www | |
parent | 6f013ce166d76bcb0bd5d8cf4fd1c47c6653518e (diff) | |
download | freebsd-ports-gnome-588955e9b7025dfc663c3b907dc3184dfd1cb557.tar.gz freebsd-ports-gnome-588955e9b7025dfc663c3b907dc3184dfd1cb557.tar.zst freebsd-ports-gnome-588955e9b7025dfc663c3b907dc3184dfd1cb557.zip |
- fix start of opera-linuxplugins
PR: 149708
Submitted by: Emil Smolenski
Approved by: Arjan van Leeuwen
Diffstat (limited to 'www')
-rw-r--r-- | www/opera/Makefile | 2 | ||||
-rw-r--r-- | www/opera/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index ee7961004397..0fa54aea9223 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -87,5 +87,7 @@ do-install: @${REINPLACE_CMD} -e 's|/usr/X11R6/lib/browser_plugins|${LOCALBASE}/lib/browser_plugins/symlinks/opera|g' \ ${DATADIR}/defaults/pluginpath.ini @${RM} ${DATADIR}/defaults/pluginpath.ini.bak + @${CP} ${LOCALBASE}/lib/opera/operapluginwrapper ${LOCALBASE}/lib/opera/operapluginwrapper.freebsd + @${INSTALL_SCRIPT} ${PATCHDIR}/operapluginwrapper ${LOCALBASE}/lib/opera/ .include <bsd.port.post.mk> diff --git a/www/opera/pkg-plist b/www/opera/pkg-plist index 7562a628f03d..cef37502eb8f 100644 --- a/www/opera/pkg-plist +++ b/www/opera/pkg-plist @@ -10,6 +10,7 @@ lib/opera/liboperakde4.so lib/opera/opera lib/opera/operaplugincleaner lib/opera/operapluginwrapper +lib/opera/operapluginwrapper.freebsd lib/opera/plugins/README %%DOCSDIR%%/LGPL-2 %%DOCSDIR%%/LICENSE |