summaryrefslogtreecommitdiff
path: root/chinese/gcin/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/gcin/files/patch-Makefile')
-rw-r--r--chinese/gcin/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/gcin/files/patch-Makefile b/chinese/gcin/files/patch-Makefile
index fd66bc441182..7ed2eaaa786a 100644
--- a/chinese/gcin/files/patch-Makefile
+++ b/chinese/gcin/files/patch-Makefile
@@ -5,7 +5,7 @@
install -m 644 menu/* $(libdir)/menu
$(MAKE) -C data install
- if [ $(prefix) = /usr/local ]; then \
-+ if [ $(prefix) != /usr/local ]; then \
++ if [ $(prefix) = /usr/local -a `uname` != FreeBSD ]; then \
install -m 644 menu/* /usr/lib/menu; \
which update-menus >& /dev/null && update-menus; \
sh modify-XIM; \