summaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-06-25 18:06:10 +0000
committerleeym <leeym@FreeBSD.org>2003-06-25 18:06:10 +0000
commitea0448f7ef2be6d0f293f814f82b8a618bf09bb0 (patch)
tree037316b975f1a36015bfcbeaa2480427286000b7 /chinese
parentef6b698e4795a9653c7b39a94cd35c9394f4373e (diff)
downloadFreeBSD-ports-ea0448f7ef2be6d0f293f814f82b8a618bf09bb0.zip
FreeBSD-ports-ea0448f7ef2be6d0f293f814f82b8a618bf09bb0.tar.gz
fix typo in my previous commit.
Pointy hat to: leeym
Diffstat (limited to 'chinese')
-rw-r--r--chinese/hanzim/files/patch-hanzim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/hanzim/files/patch-hanzim.c b/chinese/hanzim/files/patch-hanzim.c
index 29043d0..ff0a88c 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);
OpenPOWER on IntegriCloud