diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-10-09 18:43:14 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-10-09 18:43:14 +0000 |
commit | 8a5c3c753c405476552fab0344eeb9a959205022 (patch) | |
tree | 3fbb2a0f1d9e913de9716597ff87ab679f8d8038 | |
parent | 9b1ff6209e0e06f36285421bffe14733c9cc1f93 (diff) | |
download | freebsd-ports-8a5c3c753c405476552fab0344eeb9a959205022.zip |
Run 4.07 instead of 4.06, since that's what we install.
-rw-r--r-- | www/netscape4-communicator/files/netscape.sh | 2 | ||||
-rw-r--r-- | www/netscape48-communicator/files/netscape.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/netscape4-communicator/files/netscape.sh b/www/netscape4-communicator/files/netscape.sh index cb745dd7d2ee..d0bfd0ecb30c 100644 --- a/www/netscape4-communicator/files/netscape.sh +++ b/www/netscape4-communicator/files/netscape.sh @@ -2,4 +2,4 @@ export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/lib/netscape} export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME export XCMSDB; XCMSDB=/dev/null -exec $MOZILLA_HOME/communicator-4.06.bin $* +exec $MOZILLA_HOME/communicator-4.07.bin $* diff --git a/www/netscape48-communicator/files/netscape.sh b/www/netscape48-communicator/files/netscape.sh index cb745dd7d2ee..d0bfd0ecb30c 100644 --- a/www/netscape48-communicator/files/netscape.sh +++ b/www/netscape48-communicator/files/netscape.sh @@ -2,4 +2,4 @@ export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/lib/netscape} export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME export XCMSDB; XCMSDB=/dev/null -exec $MOZILLA_HOME/communicator-4.06.bin $* +exec $MOZILLA_HOME/communicator-4.07.bin $* |