diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-19 12:55:18 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-19 12:55:18 +0000 |
commit | 3bdc34c891b0ff64b886c4af5eef311398f7c222 (patch) | |
tree | 816661302099a659b985fc0d806c95124fb678e0 /www/linux-opera7/files/patch-runme.sh | |
parent | Forget to update SUBDIRS for VMware related ports. (diff) |
Fix following mistake (missed by nork).
1) Java plug-in path aren't correct and out of date
2) pkg-messages aren't there, which broke the Makefile.
3) Two patches aren't there that make Makefile and pkg-plist
aren't right.
PR: ports/51136, ports/51157
Submitted by: Mezz <reigncracks@hotmail.com> (maintainer)
Reported by: Stacey Roberts <stacey@vickiandstacey.com>
Pointy hat to: myself
Notes
Notes:
svn path=/head/; revision=79279
Diffstat (limited to 'www/linux-opera7/files/patch-runme.sh')
-rw-r--r-- | www/linux-opera7/files/patch-runme.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/linux-opera7/files/patch-runme.sh b/www/linux-opera7/files/patch-runme.sh new file mode 100644 index 000000000000..21b2504efc3e --- /dev/null +++ b/www/linux-opera7/files/patch-runme.sh @@ -0,0 +1,11 @@ +--- runme.sh.orig Thu Apr 3 17:31:40 2003 ++++ runme.sh Thu Apr 3 18:36:09 2003 +@@ -177,7 +177,7 @@ + export OPERA_DIR OPERA_PLUGIN_PATH + + # Running Opera +-${OPERA} "${@}" ++exec ${OPERA} "${@}" + + # Cleanup + if test "${_CLEAN_OPERA_POLICY_}" = 'YES'; then |