diff options
author | knu <knu@FreeBSD.org> | 2001-08-19 08:33:28 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-19 08:33:28 +0000 |
commit | 1228f8155b3ae5e15b64622a85d2bae0f80e4e73 (patch) | |
tree | 835dc3dff084daacc2e8b3713e13753b6c24e41b /www/linux-netscape47-navigator | |
parent | 84d99a81ad8e71c71e620d10351dd0636e249caa (diff) | |
download | FreeBSD-ports-1228f8155b3ae5e15b64622a85d2bae0f80e4e73.zip FreeBSD-ports-1228f8155b3ae5e15b64622a85d2bae0f80e4e73.tar.gz |
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 'www/linux-netscape47-navigator')
-rw-r--r-- | www/linux-netscape47-navigator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-netscape47-navigator/Makefile b/www/linux-netscape47-navigator/Makefile index 47057da..a9e6d35 100644 --- a/www/linux-netscape47-navigator/Makefile +++ b/www/linux-netscape47-navigator/Makefile @@ -6,6 +6,6 @@ # $FreeBSD$ # -BROWSER= navigator +BROWSER_NAME= navigator .include "../linux-netscape47-communicator/Makefile" |