diff options
author | grant <grant@pkgsrc.org> | 2003-08-14 04:55:58 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-08-14 04:55:58 +0000 |
commit | b27a50d425975cd2140b0d778dc7d50899fe9a84 (patch) | |
tree | 5d2c5e011179d61a79a4c0ea4968e60d2ae62002 /www/ns-remote | |
parent | 1500b318ecba34795b09d08c63cdd2fa3c023d25 (diff) | |
download | pkgsrc-b27a50d425975cd2140b0d778dc7d50899fe9a84.tar.gz |
add some phoenix and mozilla browsers to NETSCAPE_PREFERRED.
bump to 1.9.
Diffstat (limited to 'www/ns-remote')
-rw-r--r-- | www/ns-remote/Makefile | 6 | ||||
-rwxr-xr-x | www/ns-remote/files/ns-open | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile index d0080dc0813..972e41b2546 100644 --- a/www/ns-remote/Makefile +++ b/www/ns-remote/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.16 2003/08/05 20:22:45 abs Exp $ +# $NetBSD: Makefile,v 1.17 2003/08/14 04:55:58 grant Exp $ DISTNAME= ns-remote -PKGNAME= ns-remote-1.8 +PKGNAME= ns-remote-1.9 CATEGORIES= www MASTER_SITES= http://home.netscape.com/newsref/std/ DISTFILES= remote.c vroot.h MAINTAINER= norm@mono.org HOMEPAGE= http://home.netscape.com/newsref/std/x-remote.html -COMMENT= Remote-control Netscape Navigator and Communicator +COMMENT= Remote-control of Netscape and Mozilla-based browsers DIST_SUBDIR= netscape diff --git a/www/ns-remote/files/ns-open b/www/ns-remote/files/ns-open index 3cd08c6ac0a..5901685609d 100755 --- a/www/ns-remote/files/ns-open +++ b/www/ns-remote/files/ns-open @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: ns-open,v 1.10 2003/08/05 20:22:46 abs Exp $ +# $NetBSD: ns-open,v 1.11 2003/08/14 04:55:58 grant Exp $ # # Simple script to open a URL in Netscape, starting a new process if necessary # If a netscape process is not running it will look for a valid netscape @@ -8,7 +8,7 @@ # overridden by the user in the environment. if [ -z "$NETSCAPE_PREFERRED" ]; then - NETSCAPE_PREFERRED=netscape7:communicator:navigator:mozilla + NETSCAPE_PREFERRED=netscape7:communicator:navigator:mozilla:phoenix:mozilla-linux:mozilla-solaris:phoenix-linux:phoenix-solaris fi # Locate appropriate netscape binary and set NETSCAPE_BIN |