diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-25 18:06:10 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-25 18:06:10 +0000 |
commit | 9b4147b882ea2cd8c85e1514770077e958190135 (patch) | |
tree | 429b9dc6603318b351b75a091a0da7238ad2dc14 /chinese/hanzim | |
parent | This package includes a GUI based (dptmgr) and command line (dptutil) utility (diff) |
fix typo in my previous commit.
Pointy hat to: leeym
Diffstat (limited to 'chinese/hanzim')
-rw-r--r-- | chinese/hanzim/files/patch-hanzim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/hanzim/files/patch-hanzim.c b/chinese/hanzim/files/patch-hanzim.c index 29043d038048..ff0a88cbfde6 100644 --- a/chinese/hanzim/files/patch-hanzim.c +++ b/chinese/hanzim/files/patch-hanzim.c @@ -7,7 +7,7 @@ +/* hanzim need a running XFree to do its initial setup, rectify */ + if (!(strcmp(argv[1], "-port-install"))) + { -+ char *portdatadir = PREFIX"/lib/hanzim"; ++ char *portdatadir = "%%PREFIX%%/lib/hanzim"; + init_vars(portdatadir); + kanzi(portdatadir); + kanhe(portdatadir); |