mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
9d71fe1e60
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
7 lines
219 B
Bash
7 lines
219 B
Bash
#!/bin/sh
|
|
export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/@NSUBDIR@}
|
|
export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME
|
|
export XCMSDB; XCMSDB=/dev/null
|
|
ulimit -c 0
|
|
exec $MOZILLA_HOME/@BROWSER@-@BROWSER_VER@.bin $*
|