aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-06-26 02:06:10 +0800
committerleeym <leeym@FreeBSD.org>2003-06-26 02:06:10 +0800
commitea0448f7ef2be6d0f293f814f82b8a618bf09bb0 (patch)
tree037316b975f1a36015bfcbeaa2480427286000b7
parentef6b698e4795a9653c7b39a94cd35c9394f4373e (diff)
downloadfreebsd-ports-gnome-ea0448f7ef2be6d0f293f814f82b8a618bf09bb0.tar.gz
freebsd-ports-gnome-ea0448f7ef2be6d0f293f814f82b8a618bf09bb0.tar.zst
freebsd-ports-gnome-ea0448f7ef2be6d0f293f814f82b8a618bf09bb0.zip
fix typo in my previous commit.
Pointy hat to: leeym
-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 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);