diff options
author | sada <sada@FreeBSD.org> | 1999-02-12 16:01:24 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-02-12 16:01:24 +0000 |
commit | e2c6f7742031a2f8786acb2e54e9f1dbe80019a2 (patch) | |
tree | 55e38d32107ac4895046c320cf6fa7272d71c363 /www/netscape4-communicator/files | |
parent | eec5b469a71cb997c47c24a31b346b2a50160c94 (diff) | |
download | FreeBSD-ports-e2c6f7742031a2f8786acb2e54e9f1dbe80019a2.zip FreeBSD-ports-e2c6f7742031a2f8786acb2e54e9f1dbe80019a2.tar.gz |
1: Check whether aout libs exist at installation time.
2: Make netscape4-communicator's Makefile enable to be included
from other netscape ports, and make netscape4-navigator to
use it.
3: Make netscape4-communicator not to use `ns-install' and
activate `make reinstall'.
PR: ports/9932
Diffstat (limited to 'www/netscape4-communicator/files')
-rw-r--r-- | www/netscape4-communicator/files/netscape.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/netscape4-communicator/files/netscape.sh b/www/netscape4-communicator/files/netscape.sh index b10efb4..57e8d90 100644 --- a/www/netscape4-communicator/files/netscape.sh +++ b/www/netscape4-communicator/files/netscape.sh @@ -1,5 +1,6 @@ #!/bin/sh -export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/lib/netscape} +export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/@NSUBDIR@} export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME export XCMSDB; XCMSDB=/dev/null -exec $MOZILLA_HOME/communicator-4.08.bin $* +ulimit -c 0 +exec $MOZILLA_HOME/@BROWSER@-@BROWSER_VER@.bin $* |