gcin is a Chinese input method server for Big5 Traditional Chinese character sets. It features a GTK user interface.
14 lines
386 B
Text
14 lines
386 B
Text
$NetBSD: patch-af,v 1.1.1.1 2006/01/16 13:01:16 rxg Exp $
|
|
|
|
--- scripts/Makefile.orig 2005-03-06 12:51:03.000000000 +0800
|
|
+++ scripts/Makefile
|
|
@@ -5,9 +5,6 @@ SCRIPTS=gcin-user-setup gcin-utf8-setup
|
|
all: $(SCRIPTS)
|
|
|
|
install:
|
|
- if [ $(prefix) = /usr/local ]; then \
|
|
- sh modify-XIM; \
|
|
- fi
|
|
install -d $(GCIN_SCRIPT_DIR_i)
|
|
install -m 755 $(SCRIPTS) $(GCIN_SCRIPT_DIR_i)
|
|
clean:
|