diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 19:55:24 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 19:55:24 +0000 |
commit | c088d09f2d28779b7113344862ffe0fc60fc70f4 (patch) | |
tree | 9b378bd9eff8df40006d3fb7ac955347a9f6ad5f /korean | |
parent | d8240282a5aa04f1acd2a850333dca65140bbe64 (diff) | |
download | ports-c088d09f2d28779b7113344862ffe0fc60fc70f4.tar.gz ports-c088d09f2d28779b7113344862ffe0fc60fc70f4.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/netscape3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/netscape3/Makefile b/korean/netscape3/Makefile index 00d57897d26b..8a76366784a5 100644 --- a/korean/netscape3/Makefile +++ b/korean/netscape3/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Apr 1995 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.6 1998/11/21 20:10:55 steve Exp $ +# $Id: Makefile,v 1.7 1998/11/23 07:49:49 asami Exp $ # DISTNAME= netscape-3.04 @@ -23,7 +23,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes # This directory is hard-coded into the netscape binary -LIBDIR= /usr/local/lib/netscape +LIBDIR= ${PREFIX}/lib/netscape BINDIR= ${PREFIX}/bin NLSDIR= ${LIBDIR}/nls RESSUB= ko_KR.EUC |