28a69fdf76
(PR#17230 by Rui-Xiang Guo <rxg@netbsd.org>) libraries and modules of Unicon --- The Unicon project intend to implement display/input CJK (Chinese/Japanese/Korean) characters under the Framebuffer under Linux. This package will install the libraries and modules for Chinput.
14 lines
469 B
Text
14 lines
469 B
Text
$NetBSD: patch-ag,v 1.1.1.1 2002/06/15 09:29:16 shell Exp $
|
|
|
|
--- data/Makefile.in.orig Sat Jun 8 20:34:49 2002
|
|
+++ data/Makefile.in
|
|
@@ -1,7 +1,7 @@
|
|
prefix=@prefix@
|
|
CFLAGS = @CFLAGS@
|
|
install:
|
|
- mkdir -p $(prefix)/lib/unicon2/freepy
|
|
- cp pinyin* sysphrase* usrphrase* $(prefix)/lib/unicon2/freepy
|
|
+ $(BSD_INSTALL_DATA_DIR) $(prefix)/lib/unicon/freepy
|
|
+ $(BSD_INSTALL_DATA) pinyin* sysphrase* usrphrase* $(prefix)/lib/unicon/freepy
|
|
distclean:
|
|
rm -f Makefile *.bak
|