diff options
author | sada <sada@FreeBSD.org> | 1998-12-26 19:23:55 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1998-12-26 19:23:55 +0000 |
commit | 6928d6fd6337fafb5f79156796379068be26f545 (patch) | |
tree | 8c4d1549331db9482b3793eaab0e1c26afcf2a51 /www/netscape4-communicator | |
parent | 55d7e93860476a084331b0604cef46f7e8edb096 (diff) | |
download | FreeBSD-ports-6928d6fd6337fafb5f79156796379068be26f545.zip FreeBSD-ports-6928d6fd6337fafb5f79156796379068be26f545.tar.gz |
Justify version notation.
Diffstat (limited to 'www/netscape4-communicator')
-rw-r--r-- | www/netscape4-communicator/files/netscape.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/netscape4-communicator/files/netscape.sh b/www/netscape4-communicator/files/netscape.sh index d0bfd0e..b10efb4 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.07.bin $* +exec $MOZILLA_HOME/communicator-4.08.bin $* |