summaryrefslogtreecommitdiff
path: root/www/netscape47-navigator
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-19 08:33:28 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-19 08:33:28 +0000
commit11a8ef61f606997571179a992030d7d2a487fba9 (patch)
treefa525cf86cf83666fe1dea6762436d7c0ef971b0 /www/netscape47-navigator
parentUpdate to 20010819, with small improvements. (diff)
Avoid the usage of a variable named "BROWSER", not to conflict with
user's environment variable with the same name. cf. http://tuxedo.org/~esr/BROWSER/ http://www.dwheeler.com/browse/secure_browser.html Approved by: cjh, girgen@partitur.se, sada, trevor
Notes
Notes: svn path=/head/; revision=46463
Diffstat (limited to 'www/netscape47-navigator')
-rw-r--r--www/netscape47-navigator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile
index afad9c6a108c..befcd22e3791 100644
--- a/www/netscape47-navigator/Makefile
+++ b/www/netscape47-navigator/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-BROWSER= navigator
+BROWSER_NAME= navigator
INFILE_HEAD= 'Navigator,4.76.0.20001006'
.include "${.CURDIR}/../netscape47-communicator/Makefile"