mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
87984acac6
- 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)
20 lines
563 B
Bash
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
|