summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorabs <abs>2006-09-29 22:12:51 +0000
committerabs <abs>2006-09-29 22:12:51 +0000
commitbb47d507a1d0598ee1917f3e50e9cf59b65f6ba3 (patch)
tree7651a4ad6c5c55871d67e6986428f8513db01d0e /www
parent4077971098e7822a8b5f26860a82e8fcf900802a (diff)
downloadpkgsrc-bb47d507a1d0598ee1917f3e50e9cf59b65f6ba3.tar.gz
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 (limited to 'www')
-rw-r--r--www/netscape/Makefile4
-rw-r--r--www/netscape/files/netscape5
2 files changed, 5 insertions, 4 deletions
diff --git a/www/netscape/Makefile b/www/netscape/Makefile
index 02e0339ee66..f3ffefa3430 100644
--- a/www/netscape/Makefile
+++ b/www/netscape/Makefile
@@ -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 --git a/www/netscape/files/netscape b/www/netscape/files/netscape
index 3f495dea32c..e9ac18813c1 100644
--- a/www/netscape/files/netscape
+++ b/www/netscape/files/netscape
@@ -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 "$@"