diff options
author | grant <grant@pkgsrc.org> | 2004-02-14 01:03:29 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-14 01:03:29 +0000 |
commit | 542148ac1625b29707d2583ece98d5d37e39da82 (patch) | |
tree | fa4336a33eac22d246cf9b3201e36466aed6478f /www | |
parent | 2434402b41f06ea3f970ad607028f7bdc270f260 (diff) | |
download | pkgsrc-542148ac1625b29707d2583ece98d5d37e39da82.tar.gz |
replace phoenix with firefox in ns-open.
bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/ns-remote/Makefile | 3 | ||||
-rwxr-xr-x | www/ns-remote/files/ns-open | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile index f1864c0945e..c4a2fe0819a 100644 --- a/www/ns-remote/Makefile +++ b/www/ns-remote/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2003/08/14 04:56:43 grant Exp $ +# $NetBSD: Makefile,v 1.19 2004/02/14 01:03:29 grant Exp $ DISTNAME= ns-remote PKGNAME= ns-remote-1.9 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://home.netscape.com/newsref/std/ DISTFILES= remote.c vroot.h diff --git a/www/ns-remote/files/ns-open b/www/ns-remote/files/ns-open index 5901685609d..34c440e2c5d 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.11 2003/08/14 04:55:58 grant Exp $ +# $NetBSD: ns-open,v 1.12 2004/02/14 01:03:29 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:phoenix:mozilla-linux:mozilla-solaris:phoenix-linux:phoenix-solaris + NETSCAPE_PREFERRED=netscape7:communicator:navigator:mozilla:firefox:mozilla-netbsd:mozilla-linux:mozilla-solaris:firefox-netbsd:firefox-gtk2-linux:firefox-linux:firefox-solaris fi # Locate appropriate netscape binary and set NETSCAPE_BIN |