aboutsummaryrefslogtreecommitdiffstats
path: root/korean
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-19 16:33:28 +0800
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-19 16:33:28 +0800
commit11a8ef61f606997571179a992030d7d2a487fba9 (patch)
treefa525cf86cf83666fe1dea6762436d7c0ef971b0 /korean
parent0e40d5d60695f38cd07d2e81b7bb530fee106d09 (diff)
downloadfreebsd-ports-11a8ef61f606997571179a992030d7d2a487fba9.tar.gz
freebsd-ports-11a8ef61f606997571179a992030d7d2a487fba9.tar.zst
freebsd-ports-11a8ef61f606997571179a992030d7d2a487fba9.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
Notes
Notes: svn path=/head/; revision=46463
Diffstat (limited to 'korean')
-rw-r--r--korean/linux-netscape47-communicator/Makefile4
-rw-r--r--korean/linux-netscape47-navigator/Makefile2
-rw-r--r--korean/netscape4-communicator/Makefile8
-rw-r--r--korean/netscape4-navigator/Makefile2
-rw-r--r--korean/netscape47-navigator/Makefile2
-rw-r--r--korean/netscape48-communicator/Makefile8
-rw-r--r--korean/netscape48-navigator/Makefile2
7 files changed, 14 insertions, 14 deletions
diff --git a/korean/linux-netscape47-communicator/Makefile b/korean/linux-netscape47-communicator/Makefile
index 5fa72b064526..a58cfef3b1ac 100644
--- a/korean/linux-netscape47-communicator/Makefile
+++ b/korean/linux-netscape47-communicator/Makefile
@@ -5,12 +5,12 @@
# $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/ko/LC_MESSAGES/SYS_LC_MESSAGES:${PORTSDIR}/korean/linux_locale
MAINTAINER= cjh@FreeBSD.org
-BROWSER_ARC= ${BROWSER}-linux
+BROWSER_ARC= ${BROWSER_NAME}-linux
MASTERDIR_LINUX= ${.CURDIR}/../linux-netscape47-communicator
NSUBDIR= lib/netscape-linux
START_SCRIPT= ${MASTERDIR_LINUX}/files/start.sh.in
diff --git a/korean/linux-netscape47-navigator/Makefile b/korean/linux-netscape47-navigator/Makefile
index d55b7c7c848a..a630eece341f 100644
--- a/korean/linux-netscape47-navigator/Makefile
+++ b/korean/linux-netscape47-navigator/Makefile
@@ -5,6 +5,6 @@
# $FreeBSD$
#
-BROWSER= navigator
+BROWSER_NAME= navigator
.include "${.CURDIR}/../linux-netscape47-communicator/Makefile"
diff --git a/korean/netscape4-communicator/Makefile b/korean/netscape4-communicator/Makefile
index d589a3d86158..9e1c40a55761 100644
--- a/korean/netscape4-communicator/Makefile
+++ b/korean/netscape4-communicator/Makefile
@@ -16,7 +16,7 @@ DISTNAME= ${KOREAN_KIT}
MAINTAINER?= cjh@FreeBSD.org
# ?= for ports that include this Makefile
-RUN_DEPENDS?= ${LOCALBASE}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape${BROWSER_VER}-${BROWSER}
+RUN_DEPENDS?= ${LOCALBASE}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape${BROWSER_VER}-${BROWSER_NAME}
RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
NO_BUILD= yes
@@ -27,8 +27,8 @@ NDIR= ${PREFIX}/${NSUBDIR}
NSUBDIR?= lib/netscape
# should be changed by versions
-BROWSER?= communicator
-BROWSER_ARC?= ${BROWSER}
+BROWSER_NAME?= communicator
+BROWSER_ARC?= ${BROWSER_NAME}
BROWSER_BIN?= ${BROWSER_ARC}-${BROWSER_VERSION}.bin
BROWSER_CMD?= ko-${BROWSER_ARC}-${BROWSER_VER}
BROWSER_VER?= 4
@@ -69,7 +69,7 @@ do-configure:
> ${WRKSRC}/Netscape
${MAKESCRIPT} ${FILESDIR}/INSTALL >${PKGINSTALL}
# make navigator resource
-.if defined(BROWSER) && ${BROWSER} == navigator
+.if defined(BROWSER_NAME) && ${BROWSER_NAME} == navigator
${SED} -e "s;Communicator;Navigator;g" \
${WRKSRC}/about > ${WRKDIR}/about
${SED} -e "s;Communicator;Navigator;g" \
diff --git a/korean/netscape4-navigator/Makefile b/korean/netscape4-navigator/Makefile
index 0b4f708f1fef..3f3add622f6a 100644
--- a/korean/netscape4-navigator/Makefile
+++ b/korean/netscape4-navigator/Makefile
@@ -7,6 +7,6 @@
# based on japanese/netscape4-*
MASTERDIR= ${.CURDIR}/../netscape4-communicator
-BROWSER= navigator
+BROWSER_NAME= navigator
.include "${MASTERDIR}/Makefile"
diff --git a/korean/netscape47-navigator/Makefile b/korean/netscape47-navigator/Makefile
index bb60a64123ec..cf2a1f6b83fb 100644
--- a/korean/netscape47-navigator/Makefile
+++ b/korean/netscape47-navigator/Makefile
@@ -6,6 +6,6 @@
#
MASTERDIR= ${.CURDIR}/../netscape47-communicator
-BROWSER= navigator
+BROWSER_NAME= navigator
.include "${MASTERDIR}/Makefile"
diff --git a/korean/netscape48-communicator/Makefile b/korean/netscape48-communicator/Makefile
index d589a3d86158..9e1c40a55761 100644
--- a/korean/netscape48-communicator/Makefile
+++ b/korean/netscape48-communicator/Makefile
@@ -16,7 +16,7 @@ DISTNAME= ${KOREAN_KIT}
MAINTAINER?= cjh@FreeBSD.org
# ?= for ports that include this Makefile
-RUN_DEPENDS?= ${LOCALBASE}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape${BROWSER_VER}-${BROWSER}
+RUN_DEPENDS?= ${LOCALBASE}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape${BROWSER_VER}-${BROWSER_NAME}
RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
NO_BUILD= yes
@@ -27,8 +27,8 @@ NDIR= ${PREFIX}/${NSUBDIR}
NSUBDIR?= lib/netscape
# should be changed by versions
-BROWSER?= communicator
-BROWSER_ARC?= ${BROWSER}
+BROWSER_NAME?= communicator
+BROWSER_ARC?= ${BROWSER_NAME}
BROWSER_BIN?= ${BROWSER_ARC}-${BROWSER_VERSION}.bin
BROWSER_CMD?= ko-${BROWSER_ARC}-${BROWSER_VER}
BROWSER_VER?= 4
@@ -69,7 +69,7 @@ do-configure:
> ${WRKSRC}/Netscape
${MAKESCRIPT} ${FILESDIR}/INSTALL >${PKGINSTALL}
# make navigator resource
-.if defined(BROWSER) && ${BROWSER} == navigator
+.if defined(BROWSER_NAME) && ${BROWSER_NAME} == navigator
${SED} -e "s;Communicator;Navigator;g" \
${WRKSRC}/about > ${WRKDIR}/about
${SED} -e "s;Communicator;Navigator;g" \
diff --git a/korean/netscape48-navigator/Makefile b/korean/netscape48-navigator/Makefile
index 0b4f708f1fef..3f3add622f6a 100644
--- a/korean/netscape48-navigator/Makefile
+++ b/korean/netscape48-navigator/Makefile
@@ -7,6 +7,6 @@
# based on japanese/netscape4-*
MASTERDIR= ${.CURDIR}/../netscape4-communicator
-BROWSER= navigator
+BROWSER_NAME= navigator
.include "${MASTERDIR}/Makefile"