aboutsummaryrefslogtreecommitdiff
path: root/www/linux-opera/files
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-03-05 16:49:53 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-03-05 16:49:53 +0000
commita57734ad58a1106d8456378811fbfd3e43053f06 (patch)
tree7a349e5560f3113933ad323d76616d9aedaa22ce /www/linux-opera/files
parent0d0b96ee73ea7230e47dcb96dfded378d4ddad60 (diff)
downloadports-a57734ad58a1106d8456378811fbfd3e43053f06.tar.gz
ports-a57734ad58a1106d8456378811fbfd3e43053f06.zip
Upgrade to 5.0b6. This one was a real bitch.
Notes
Notes: svn path=/head/; revision=39104
Diffstat (limited to 'www/linux-opera/files')
-rw-r--r--www/linux-opera/files/patch-aa63
1 files changed, 63 insertions, 0 deletions
diff --git a/www/linux-opera/files/patch-aa b/www/linux-opera/files/patch-aa
new file mode 100644
index 000000000000..0da43e44e604
--- /dev/null
+++ b/www/linux-opera/files/patch-aa
@@ -0,0 +1,63 @@
+--- install.sh.orig Thu Feb 8 14:43:35 2001
++++ install.sh Mon Mar 5 17:37:06 2001
+@@ -138,17 +138,17 @@
+ {
+ # Executable
+ chmod $vv 755 opera
+- cp $v -fup opera $exec_dir/
++ cp $v -fp opera $exec_dir/
+
+ # Documentation
+ mkdir $v -p $doc_dir/
+ chmod $vv 755 $doc_dir
+- cp $v -fup LICENSE $doc_dir
++ cp $v -fp LICENSE $doc_dir
+
+ # Shared files
+ mkdir $v -p $share_dir/buttons/
+ chmod $vv 755 $share_dir/buttons
+- cp $v -Rfup buttons/* $share_dir/buttons/
++ cp $v -Rfp buttons/* $share_dir/buttons/
+
+ # fix for windows button sets
+ cd $share_dir/buttons
+@@ -158,18 +158,18 @@
+
+ mkdir $v -p $share_dir/help/
+ chmod $vv 755 $share_dir/help
+- cp $v -Rfup help/* $share_dir/help/
++ cp $v -Rfp help/* $share_dir/help/
+
+ mkdir $v -p $share_dir/images/
+ chmod $vv 755 $share_dir/images
+- cp $v -Rfup images/* $share_dir/images/
++ cp $v -Rfp images/* $share_dir/images/
+
+ mkdir $v -p $share_dir/styles/
+ chmod $vv 755 $share_dir/styles
+- cp $v -Rfup styles/* $share_dir/styles/
++ cp $v -Rfp styles/* $share_dir/styles/
+
+- cp $v -fup opera.xpm opera.wmconfig opera.desktop opera_*.png $share_dir/
+- cp $v -iup opera.adr $share_dir/
++ cp $v -fp opera.xpm opera.wmconfig opera.desktop opera_*.png $share_dir/
++ cp $v -ip opera.adr $share_dir/
+
+
+ icons
+@@ -193,11 +193,11 @@
+
+ icons()
+ {
+- if test ! -d /usr/share/icons; then install $v -m 755 -o 0 -g 0 -d /usr/share/icons/; fi
+- install $v -m 644 -o 0 -g 0 $share_dir/opera.xpm /usr/share/icons/opera.xpm
++ if test ! -d $share_dir/icons; then install $v -m 755 -o 0 -g 0 -d $share_dir/icons/; fi
++ install $v -C -m 644 -o 0 -g 0 $share_dir/opera.xpm $share_dir/icons/opera.xpm
+
+- if test ! -d /usr/share/pixmaps; then install $v -m 755 -o 0 -g 0 -d /usr/share/pixmaps/; fi
+- install $v -m 644 -o 0 -g 0 $share_dir/opera.xpm /usr/share/pixmaps/opera.xpm
++ if test ! -d $share_dir/pixmaps; then install $v -m 755 -o 0 -g 0 -d $share_dir/pixmaps/; fi
++ install $v -C -m 644 -o 0 -g 0 $share_dir/opera.xpm $share_dir/pixmaps/opera.xpm
+
+ if test -d /etc/X11/wmconfig/; then install $v -m 644 -o 0 -g 0 $share_dir/opera.wmconfig /etc/X11/wmconfig/opera; fi
+