mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
5 lines
163 B
Bash
5 lines
163 B
Bash
#!/bin/sh
|
|
export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/lib/netscape}
|
|
export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME
|
|
exec $MOZILLA_HOME/netscape.bin $*
|