aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/linux-netscape47-navigator
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-08-19 16:33:28 +0800
committerknu <knu@FreeBSD.org>2001-08-19 16:33:28 +0800
commit1228f8155b3ae5e15b64622a85d2bae0f80e4e73 (patch)
tree835dc3dff084daacc2e8b3713e13753b6c24e41b /chinese/linux-netscape47-navigator
parent84d99a81ad8e71c71e620d10351dd0636e249caa (diff)
downloadfreebsd-ports-gnome-1228f8155b3ae5e15b64622a85d2bae0f80e4e73.tar.gz
freebsd-ports-gnome-1228f8155b3ae5e15b64622a85d2bae0f80e4e73.tar.zst
freebsd-ports-gnome-1228f8155b3ae5e15b64622a85d2bae0f80e4e73.zip
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
Diffstat (limited to 'chinese/linux-netscape47-navigator')
-rw-r--r--chinese/linux-netscape47-navigator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/linux-netscape47-navigator/Makefile b/chinese/linux-netscape47-navigator/Makefile
index 38e56945c662..6ca7c17a3fce 100644
--- a/chinese/linux-netscape47-navigator/Makefile
+++ b/chinese/linux-netscape47-navigator/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-BROWSER= navigator
+BROWSER_NAME= navigator
MASTERDIR= ${.CURDIR}/../linux-netscape47-communicator
.include "${.CURDIR}/../linux-netscape47-communicator/Makefile"