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 /japanese/linux-netscape47-communicator | |
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 'japanese/linux-netscape47-communicator')
-rw-r--r-- | japanese/linux-netscape47-communicator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/linux-netscape47-communicator/Makefile b/japanese/linux-netscape47-communicator/Makefile index 5a22799..55dfd4d 100644 --- a/japanese/linux-netscape47-communicator/Makefile +++ b/japanese/linux-netscape47-communicator/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ # -RUN_DEPENDS= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/linux-netscape47-${BROWSER} +RUN_DEPENDS= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/linux-netscape47-${BROWSER_NAME} RUN_DEPENDS+= /compat/linux/usr/share/locale/ja_JP:${PORTSDIR}/japanese/linux_locale -BROWSER_ARC= ${BROWSER}-linux +BROWSER_ARC= ${BROWSER_NAME}-linux BROWSER_VERSION= 4.78 MASTERDIR_LINUX= ${.CURDIR}/../linux-netscape47-communicator NSUBDIR= lib/netscape-linux |