mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b215d940f4
Submitted by: Keith Jang <jtjang@gcn.net.tw> Update xcin to xcin-2.5.1 after repo copied. Old xcin will be dropped out after few months. xcin is a Chinese INput application in X, well support in both Traditional Chinese(Big5) and Simplified Chinese(GB) charsets. New version of xcin support standard XIM too. You can activate one xcin-XIM server, meanwhile, use different locale configuration to input Big5/GB words at the different sessions. This port is current version of xcin, code rewritten by Tung-Han Hsieh <thhsieh@linux.org.tw>. WWW: http://xcin.linux.org.tw/ Porting to FreeBSD by Yung-Jen Hung <winard@ms11.url.com.tw> & Keith Jang <jtjang@gcn.net.tw>.
9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
--- src/lib/Makefile.in.orig Sun Aug 15 00:23:04 1999
|
|
+++ src/lib/Makefile.in Sun Aug 15 00:23:24 1999
|
|
@@ -30,3 +30,5 @@
|
|
rm -f Makefile
|
|
for d in $(SUBSYS); do ( cd $$d; $(MAKE) distclean ); done
|
|
( cd IMdkit; $(MAKE) clean )
|
|
+
|
|
+install:
|