diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:04:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:04:30 +0000 |
commit | 8f65fb56456b22d5fcb259b71ab665aa97d5537a (patch) | |
tree | 9502b1fb433e15a6e9d0bfe38a0ff34c670b8a6a | |
parent | 73466aa5de734f8cecd19694096c23150addb10d (diff) | |
download | ports-8f65fb56456b22d5fcb259b71ab665aa97d5537a.tar.gz ports-8f65fb56456b22d5fcb259b71ab665aa97d5537a.zip |
Notes
-rw-r--r-- | www/linux-netscape4/files/patch-aa | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/www/linux-netscape4/files/patch-aa b/www/linux-netscape4/files/patch-aa index 02ca253ed838..17f5ad7a2cfc 100644 --- a/www/linux-netscape4/files/patch-aa +++ b/www/linux-netscape4/files/patch-aa @@ -1,5 +1,5 @@ --- ns-install.orig Tue Nov 3 22:27:09 1998 -+++ ns-install Sun Nov 8 17:33:36 1998 ++++ ns-install Sat Jan 9 15:15:11 1999 @@ -120,6 +120,7 @@ # Even though the user has already used gzip to extract the file (or # we wouldn't be here), make sure we can find it. @@ -8,6 +8,19 @@ GZIP="gzip" flag=1 while test ${flag} -eq 1 +@@ -294,10 +295,10 @@ + # avoid users having to set MOZILLA_JAVA_FONT_PROPERTY_PATH, or + # just assuming Java font-handling is broken. + # +- if test ! -z "`ls /bin/uname`" ++ if test ! -z "`ls /usr/bin/uname`" + then + MOVE_FONTS="TRUE" +- case `/bin/uname` in ++ case `/usr/bin/uname` in + AIX) + PLATFORM="aix" + ;; @@ -324,14 +325,6 @@ # Is this a virgin install? If so, create the .netscape dir # and put the default bookmark file in it. |