aboutsummaryrefslogtreecommitdiff
path: root/www/opera/files
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-10-10 09:44:06 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-10-10 09:44:06 +0000
commit7c739c591be64884b24caa57115dac9b01082f7c (patch)
tree1e2b2af0ce89297c9a699ce1f5b333cd36862016 /www/opera/files
parent5eae56f9fe680deec24c14f5dd58e0fa72662389 (diff)
downloadports-7c739c591be64884b24caa57115dac9b01082f7c.tar.gz
ports-7c739c591be64884b24caa57115dac9b01082f7c.zip
Notes
Diffstat (limited to 'www/opera/files')
-rw-r--r--www/opera/files/operapluginwrapper7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/opera/files/operapluginwrapper b/www/opera/files/operapluginwrapper
new file mode 100644
index 000000000000..20fc5d1c16ea
--- /dev/null
+++ b/www/opera/files/operapluginwrapper
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ brandelf $3 | grep "FreeBSD" ]; then
+ exec $0.freebsd $@
+else
+ exec $0.linux $@
+fi