summaryrefslogtreecommitdiff
path: root/www/ns-remote
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2007-03-21 12:36:17 +0000
committerabs <abs@pkgsrc.org>2007-03-21 12:36:17 +0000
commit613236ae29714bba0f1d1a4a30052e889325c3c7 (patch)
tree2c7d3eb3b32ed12fdf6fe39db8e7151a9010a592 /www/ns-remote
parentb906d612876340b64e6a3cdd6ab7ffd42a3c6966 (diff)
downloadpkgsrc-613236ae29714bba0f1d1a4a30052e889325c3c7.tar.gz
update ns-remote to 1.11nb2 - -noraise breaks with some versions of firefox - default it to off
Diffstat (limited to 'www/ns-remote')
-rw-r--r--www/ns-remote/Makefile4
-rwxr-xr-xwww/ns-remote/files/ns-open3
2 files changed, 3 insertions, 4 deletions
diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile
index 2825043c05b..b72d4a40dd9 100644
--- a/www/ns-remote/Makefile
+++ b/www/ns-remote/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2007/01/16 11:24:22 abs Exp $
+# $NetBSD: Makefile,v 1.32 2007/03/21 12:36:17 abs Exp $
DISTNAME= ns-remote
PKGNAME= ns-remote-1.11
-PKGREVISION= 1
+PKGREVISION= 2
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 7abb8c849a1..de6b3c2a581 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.15 2005/07/06 19:16:15 abs Exp $
+# $NetBSD: ns-open,v 1.16 2007/03/21 12:36:17 abs 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
@@ -35,7 +35,6 @@ for prog in $NETSCAPE_PREFERRED ; do
done
IFS="$oldIFS"
-RAISE=-noraise
# Check if there are any '-' options which would not be understood by ns-remote
# Slightly involved to avoid changing $@ in case we need it for real netscape
#