diff options
author | mezz <mezz@FreeBSD.org> | 2005-09-21 06:28:22 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-09-21 06:28:22 +0800 |
commit | 44b979190915ebd44828b227e0995f54fa2b84e5 (patch) | |
tree | 5f1adafd2aeaced243a740cdab413a614fd70556 /www/linux-opera-devel | |
parent | 5b801ea403401f2fee55af9c911fe8c8334ef609 (diff) | |
download | freebsd-ports-gnome-44b979190915ebd44828b227e0995f54fa2b84e5.tar.gz freebsd-ports-gnome-44b979190915ebd44828b227e0995f54fa2b84e5.tar.zst freebsd-ports-gnome-44b979190915ebd44828b227e0995f54fa2b84e5.zip |
Fix the menu icon installation, I removed the wrong part. Bump the
PORTREVISION.
Diffstat (limited to 'www/linux-opera-devel')
-rw-r--r-- | www/linux-opera-devel/Makefile | 1 | ||||
-rw-r--r-- | www/linux-opera-devel/files/patch-install.sh | 27 |
2 files changed, 17 insertions, 11 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile index 54e16fe63d9d..39cd7c2cacec 100644 --- a/www/linux-opera-devel/Makefile +++ b/www/linux-opera-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= opera PORTVERSION= ${OPERA_VER}.${OPERA_DATE} +PORTREVISION= 1 CATEGORIES= www linux MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \ ftp://ftp.sunet.se/pub/www/clients/Opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \ diff --git a/www/linux-opera-devel/files/patch-install.sh b/www/linux-opera-devel/files/patch-install.sh index fedbbd0114de..659dd5f6a1ec 100644 --- a/www/linux-opera-devel/files/patch-install.sh +++ b/www/linux-opera-devel/files/patch-install.sh @@ -1,5 +1,5 @@ --- install.sh.orig Fri Sep 16 05:16:47 2005 -+++ install.sh Tue Sep 20 14:52:09 2005 ++++ install.sh Tue Sep 20 17:24:20 2005 @@ -761,10 +761,9 @@ case "${machine}:${os}" in i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD) @@ -200,10 +200,14 @@ if test -f plugins/libnpp.so then cp $cpv $cpf plugins/libnpp.so $plugin_dir/ -@@ -1293,47 +1225,9 @@ - - if test -z "${OPERADESTDIR}"; then +@@ -1289,51 +1221,14 @@ + chmod $chmodv 755 $exec_dir/vxmlplugin.so.0.1 + fi +- +- +- if test -z "${OPERADESTDIR}"; then +- - # System wide configuration files - config_dir="/etc" - if can_write_to "$config_dir"; then @@ -227,9 +231,9 @@ - echo " were not installed." - fi - -- # Shorcuts and Icons -- bool_icons=1 # install icons by default -- + # Shorcuts and Icons + bool_icons=1 # install icons by default + - if test "$flag_mode" = "--force" -o "$flag_mode" = "--prefix="; then - echo - echo "Shortcut icons cannot be installed with the prefix \"$prefix\"." @@ -237,7 +241,8 @@ - bool_icons=0 - fi - fi -- ++ if test -z "${OPERADESTDIR}"; then + if test "${bool_icons}" -ne 0; then - icons gnome @@ -248,7 +253,7 @@ fi fi # OPERADESTDIR -@@ -1379,15 +1273,16 @@ +@@ -1379,15 +1274,16 @@ { # arg1 = location @@ -270,7 +275,7 @@ echo "${desktop_contain}" > ${desktop_file} chmod $chmodv 644 ${desktop_file} -@@ -1463,74 +1358,26 @@ +@@ -1463,74 +1359,26 @@ debug_msg 1 "in gnome()" @@ -362,7 +367,7 @@ } kde() -@@ -1539,38 +1386,30 @@ +@@ -1539,38 +1387,30 @@ debug_msg 1 "in kde()" |