summaryrefslogtreecommitdiff
path: root/www/netscape48-communicator/files
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-02-12 16:01:24 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-02-12 16:01:24 +0000
commit9d71fe1e606ecddb564e069ff37e767dfae54f12 (patch)
tree1006f9ac0fecc51bc10c280516f10ef0ee062c25 /www/netscape48-communicator/files
parentUpdate to 2.10.1 (diff)
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
Notes
Notes: svn path=/head/; revision=16681
Diffstat (limited to 'www/netscape48-communicator/files')
-rw-r--r--www/netscape48-communicator/files/netscape.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/netscape48-communicator/files/netscape.sh b/www/netscape48-communicator/files/netscape.sh
index b10efb4235ad..57e8d90baf0d 100644
--- a/www/netscape48-communicator/files/netscape.sh
+++ b/www/netscape48-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 $*