aboutsummaryrefslogtreecommitdiff
path: root/net/citrix_ica/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-01-22 11:02:22 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-01-22 11:02:22 +0000
commiteff792a1954bec48ceebb97e99c63e056574fcb9 (patch)
tree11d39edd39cb73a6d4b6f8dcc349fe1e9f3fc9d6 /net/citrix_ica/files
parentba0a0aded45e00db6b4a38b8cdb35e0d6f01747f (diff)
downloadports-eff792a1954bec48ceebb97e99c63e056574fcb9.tar.gz
ports-eff792a1954bec48ceebb97e99c63e056574fcb9.zip
Notes
Diffstat (limited to 'net/citrix_ica/files')
-rw-r--r--net/citrix_ica/files/patch-linuxx86::hinst36
1 files changed, 33 insertions, 3 deletions
diff --git a/net/citrix_ica/files/patch-linuxx86::hinst b/net/citrix_ica/files/patch-linuxx86::hinst
index 4c57dafd8c24..bcade7d3a980 100644
--- a/net/citrix_ica/files/patch-linuxx86::hinst
+++ b/net/citrix_ica/files/patch-linuxx86::hinst
@@ -1,6 +1,6 @@
---- linuxx86/hinst.orig Wed Sep 5 16:47:26 2001
-+++ linuxx86/hinst Tue Jan 22 00:15:59 2002
-@@ -1965,10 +1965,31 @@
+--- linuxx86/hinst.orig Wed Aug 22 14:52:20 2001
++++ linuxx86/hinst Tue Jan 22 11:15:58 2002
+@@ -1961,10 +1961,32 @@
#
###############################################################################
@@ -10,6 +10,7 @@
+ \(SYSV\),)
+ NETSCAPE_DIR="$1"
+ PLUGIN_PATH="$s/plugins"
++ FOUND_NS="TRUE"
+ esac
+}
+
@@ -34,3 +35,32 @@
PLUGIN_NAME=npica.so
PLUGIN_CLASS=ICAClObj.class
+@@ -2004,14 +2026,12 @@
+ $ECHO_CMD $integrate_netscape1
+ search_ok=0
+
+- if (test -d "/usr/lib/netscape"\
+- || test -d "/usr/local/netscape"\
+- || test -d "/opt/netscape"\
+- || test -d "/usr/local/lib/netscape")
+- then
++ case ${FOUND_NS} in
++ TRUE)
+ $ECHO_CMD $integrate_netscape3
+ found_netscape
+- else
++ ;;
++ *)
+ echo_no_nl $integrate_netscape2
+ getyesno $INSTALLER_NO
+ if [ "$ANSWER" = "$INSTALLER_YES" ]
+@@ -2020,7 +2040,8 @@
+ else
+ $ECHO_CMD $integrate_netscape6
+ fi
+- fi;
++ ;;
++ esac;
+ }
+
+ ################################################################################