diff options
author | steve <steve@FreeBSD.org> | 1999-01-11 02:04:30 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-11 02:04:30 +0800 |
commit | 0aa633bb15f5f164941f143cc9734514468413a5 (patch) | |
tree | d16a727191eeeb737aeae443e0b66591041a1bf8 /www | |
parent | 3e3c492d19ccdcbd348198855ead713a9cd3150f (diff) | |
download | freebsd-ports-gnome-0aa633bb15f5f164941f143cc9734514468413a5.tar.gz freebsd-ports-gnome-0aa633bb15f5f164941f143cc9734514468413a5.tar.zst freebsd-ports-gnome-0aa633bb15f5f164941f143cc9734514468413a5.zip |
uname(1) is in /usr/bin.
PR: 9404
Submitted by: maintainer
Diffstat (limited to 'www')
-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. |