1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/www/opera/files/patch-install.sh
Ion-Mihai Tetcu 87984acac6 Update to version 9.5:
- drop 4.x support
- native amd64 binaries
- changed to the mail storage format
- changed shortcuts (part of the old one can be enabled back via Preferences)
- no search.ini FreeBSD customizations anymore (but it will keep your custom
searches)

See full log at:
http://www.opera.com/docs/changelogs/freebsd/950/

PR:		ports/124678
Submitted by:	Arjan van Leeuwen (maintainer)
2008-06-24 19:57:24 +00:00

20 lines
563 B
Bash

--- install.sh.orig 2008-06-17 14:57:32.206032200 +0200
+++ install.sh 2008-06-17 14:58:16.609863511 +0200
@@ -1274,7 +1274,6 @@
mkdir $mkdirv $mkdirp $plugin_dir/
# Wrapper
- backup ${wrapper_dir}/opera opera
debug_msg 1 "Wrapper"
mkdir $mkdirv $mkdirp $wrapper_dir/
@@ -1282,7 +1281,7 @@
generate_wrapper
chmod $chmodv 755 $wrapper_dir/opera
- if test -z "$OPERADESTDIR"
+ if false
then
# System wide configuration files
case $os in AnyBSD|OpenBSD) config_dir="/usr/local/etc";; *) config_dir="/etc";; esac