pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/netscape update netscape to netscape-20040123nb4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/15621afce09d
branches: trunk
changeset: 519074:15621afce09d
user: abs <abs%pkgsrc.org@localhost>
date: Fri Sep 29 22:12:51 2006 +0000
description:
update netscape to netscape-20040123nb4:
- Solaris 7 sh doesn't understand "export beer=good" syntax, so split into
separate lines - from Abel Chow in pkg/34619
diffstat:
www/netscape/Makefile | 4 ++--
www/netscape/files/netscape | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 9e8d765d1427 -r 15621afce09d www/netscape/Makefile
--- a/www/netscape/Makefile Fri Sep 29 21:24:06 2006 +0000
+++ b/www/netscape/Makefile Fri Sep 29 22:12:51 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2006/02/05 23:11:26 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2006/09/29 22:12:51 abs Exp $
#
DISTNAME= netscape-20040123
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= www
MASTER_SITES= # empty
DISTFILES= # empty
diff -r 9e8d765d1427 -r 15621afce09d www/netscape/files/netscape
--- a/www/netscape/files/netscape Fri Sep 29 21:24:06 2006 +0000
+++ b/www/netscape/files/netscape Fri Sep 29 22:12:51 2006 +0000
@@ -1,9 +1,10 @@
#!/bin/sh
-# $NetBSD: netscape,v 1.1 2002/09/20 17:00:41 abs Exp $
+# $NetBSD: netscape,v 1.2 2006/09/29 22:12:51 abs Exp $
# Simple script used if NS_MOZILLA is set when netscape installed
if [ -z "$NETSCAPE_PREFERRED" ]; then
- export NETSCAPE_PREFERRED=@NETSCAPE_PREFERRED@
+ NETSCAPE_PREFERRED=@NETSCAPE_PREFERRED@
+ export NETSCAPE_PREFERRED
fi
exec ns-open "$@"
Home |
Main Index |
Thread Index |
Old Index