diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-15 13:09:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-15 13:09:43 +0000 |
commit | 466ac8e57a2aea45f93a750582d3dff58c2a49fc (patch) | |
tree | 2d22e735667fd6108a18cc536925c1db0603f679 /www/netscape48-communicator/files | |
parent | Unbreak this (or at least get it to patch cleanly). (diff) |
Split netscape4 into communicator and navigator, so the two maintainers
shall never run into each other again.
Diffstat (limited to 'www/netscape48-communicator/files')
-rw-r--r-- | www/netscape48-communicator/files/netscape.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/netscape48-communicator/files/netscape.sh b/www/netscape48-communicator/files/netscape.sh index b5a3564a8ff6..c74c0035458e 100644 --- a/www/netscape48-communicator/files/netscape.sh +++ b/www/netscape48-communicator/files/netscape.sh @@ -1,4 +1,4 @@ #!/bin/sh export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/lib/netscape} export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME -exec $MOZILLA_HOME/netscape.bin $* +exec $MOZILLA_HOME/communicator-4.04.bin $* |