diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-13 23:24:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-13 23:24:13 +0000 |
commit | 44904a3e84f5080f47854e70a4b976799bff6be6 (patch) | |
tree | 26e4935bbe428d17d64544cdfea2b0871aa5fe31 /chinese/gcin/files/patch-Makefile | |
parent | Add iiimf-le-xcin, a IIIMF language engine which ported from a popular (diff) |
- Update to 0.4.5
PR: ports/72633
Submitted by: Kuang-che Wu <kcwu@csie.org>
Notes
Notes:
svn path=/head/; revision=119331
Diffstat (limited to 'chinese/gcin/files/patch-Makefile')
-rw-r--r-- | chinese/gcin/files/patch-Makefile | 2 |
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; \ |