diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 22:45:32 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 22:45:32 +0000 |
commit | f9b0466a023920f2b320001729339bf5db706912 (patch) | |
tree | 477e3dfbfea9f55ce5bde0e647bbeeb1be186054 /korean/netscape48-communicator | |
parent | 82ae2d540d52b2de0b2888e96474b64119962274 (diff) | |
download | ports-f9b0466a023920f2b320001729339bf5db706912.tar.gz ports-f9b0466a023920f2b320001729339bf5db706912.zip |
Notes
Diffstat (limited to 'korean/netscape48-communicator')
-rw-r--r-- | korean/netscape48-communicator/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/korean/netscape48-communicator/Makefile b/korean/netscape48-communicator/Makefile index 2d6e186dfcaf..5ca6a7ca8688 100644 --- a/korean/netscape48-communicator/Makefile +++ b/korean/netscape48-communicator/Makefile @@ -17,7 +17,7 @@ MAINTAINER?= cjh@kr.freebsd.org # ?= for ports that include this Makefile RUN_DEPENDS?= ${PREFIX}/bin/${BROWSER}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape4-${BROWSER} -RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts \ +RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf \ ${X11BASE}/lib/X11/fonts/local/mzgt16h1.pcf.gz:${PORTSDIR}/korean/mizifont NO_BUILD= yes @@ -35,6 +35,8 @@ BROWSER_BIN?= ${BROWSER}-${BROWSER_VERSION}.bin BROWSER_CMD?= ko-${BROWSER}-4 BROWSER_VERSION?= 4.08 NETHELP?= nethelp-v403 +PREVFONTNAME= kodig +NEWFONTNAME= gulim KOREAN_KIT?= netscape-v408.generic-generic-generic-19990612 LANG= ko_KR.EUC @@ -44,7 +46,8 @@ MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \ -e "s;@RDIR@;${NDIR};g" \ -e "s;@BROWSER@;${BROWSER};g" \ -e "s;@BROWSER_BIN@;${BROWSER_BIN};g" \ - -e "s;@LANG@;${LANG};g" + -e "s;@LANG@;${LANG};g" \ + -e "s;-${PREVFONTNAME}-;-${NEWFONTNAME}-;g" TAR= /usr/bin/tar .if ${BROWSER_VERSION} == 4.08 |