diff options
author | rxg <rxg@pkgsrc.org> | 2006-01-15 13:56:10 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2006-01-15 13:56:10 +0000 |
commit | 3ae89abe5fb08831dc5b04f7f76b6c2a097571c7 (patch) | |
tree | 6ab35aab6c36764508b657bd7a25017afd88761b /inputmethod | |
parent | 09bb21ad05aaa96beb771c89317d8e50407acdbe (diff) | |
download | pkgsrc-3ae89abe5fb08831dc5b04f7f76b6c2a097571c7.tar.gz |
s|BSD_INSTALL_DATA|BSD_INSTALL_LIB for libs.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/unicon-im/patches/patch-ab | 4 | ||||
-rw-r--r-- | inputmethod/unicon-im/patches/patch-ad | 4 | ||||
-rw-r--r-- | inputmethod/unicon-im/patches/patch-ae | 6 | ||||
-rw-r--r-- | inputmethod/unicon-im/patches/patch-af | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/inputmethod/unicon-im/patches/patch-ab b/inputmethod/unicon-im/patches/patch-ab index f57aa3b448f..4ef6e403bec 100644 --- a/inputmethod/unicon-im/patches/patch-ab +++ b/inputmethod/unicon-im/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.2 2002/09/23 02:02:47 jlam Exp $ +$NetBSD: patch-ab,v 1.3 2006/01/15 13:56:10 rxg Exp $ --- server/Makefile.in.orig Mon May 22 03:32:04 2000 +++ server/Makefile.in @@ -48,7 +48,7 @@ $NetBSD: patch-ab,v 1.2 2002/09/23 02:02:47 jlam Exp $ - if [ -f $(APP_PROG) ]; then cp -f $(APP_PROG) $(prefix)/bin; fi - if [ -f $(DLIB_PROG) ]; then cp -f $(DLIB_PROG) $(prefix)/lib/unicon2; fi +install: -+ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(DLIB_PROG) $(prefix)/lib ++ $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) $(DLIB_PROG) $(prefix)/lib clean: if test -e $(PROG); then rm -f $(PROG); fi diff --git a/inputmethod/unicon-im/patches/patch-ad b/inputmethod/unicon-im/patches/patch-ad index 261baa62f4d..883b43ec18d 100644 --- a/inputmethod/unicon-im/patches/patch-ad +++ b/inputmethod/unicon-im/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.1.1.1 2002/06/15 09:29:15 shell Exp $ +$NetBSD: patch-ad,v 1.2 2006/01/15 13:56:10 rxg Exp $ --- client/Makefile.in.orig Mon May 22 17:47:14 2000 +++ client/Makefile.in @@ -45,7 +45,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2002/06/15 09:29:15 shell Exp $ - mkdir -p $(prefix)/lib/unicon2 - cp -f $(PROG_LIB) $(prefix)/lib/unicon2 +install: -+ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(PROG_LIB:.a=.la) $(prefix)/lib ++ $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) $(PROG_LIB:.a=.la) $(prefix)/lib clean: rm -f *.o *.bak $(PROG_LIB) $(PROG) diff --git a/inputmethod/unicon-im/patches/patch-ae b/inputmethod/unicon-im/patches/patch-ae index 51c5975fdd9..f25a3524d6b 100644 --- a/inputmethod/unicon-im/patches/patch-ae +++ b/inputmethod/unicon-im/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.1.1.1 2002/06/15 09:29:15 shell Exp $ +$NetBSD: patch-ae,v 1.2 2006/01/15 13:56:10 rxg Exp $ --- ImmModules/CCE/Makefile.in.orig Mon May 22 17:21:42 2000 +++ ImmModules/CCE/Makefile.in @@ -48,8 +48,8 @@ $NetBSD: patch-ae,v 1.1.1.1 2002/06/15 09:29:15 shell Exp $ install: - mkdir -p $(prefix)/lib/unicon2 - cp *.so $(prefix)/lib/unicon2 -+ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(HZ_PROG:.a=.la) $(prefix)/lib/unicon -+ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(PY_PROG:.a=.la) $(prefix)/lib/unicon ++ $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) $(HZ_PROG:.a=.la) $(prefix)/lib/unicon ++ $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) $(PY_PROG:.a=.la) $(prefix)/lib/unicon clean: rm -f *.o core a.out *.bak test *.so diff --git a/inputmethod/unicon-im/patches/patch-af b/inputmethod/unicon-im/patches/patch-af index 4930079dbb6..b40ead16698 100644 --- a/inputmethod/unicon-im/patches/patch-af +++ b/inputmethod/unicon-im/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.1.1.1 2002/06/15 09:29:16 shell Exp $ +$NetBSD: patch-af,v 1.2 2006/01/15 13:56:10 rxg Exp $ --- ImmModules/TL-1/Makefile.in.orig Wed Jun 7 13:49:56 2000 +++ ImmModules/TL-1/Makefile.in @@ -48,7 +48,7 @@ $NetBSD: patch-af,v 1.1.1.1 2002/06/15 09:29:16 shell Exp $ - cp -f gb/*.tab $(prefix)/lib/unicon2/gb - cp -f gbk/*.tab $(prefix)/lib/unicon2/gbk - cp -f xcin-25/*.tab $(prefix)/lib/unicon2/big5 -+ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(PROG:.a=.la) $(prefix)/lib/unicon ++ $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) $(PROG:.a=.la) $(prefix)/lib/unicon + $(BSD_INSTALL_DATA) *.bin $(prefix)/lib/unicon + $(BSD_INSTALL_DATA_DIR) $(prefix)/lib/unicon/gb + $(BSD_INSTALL_DATA) gb/*.tab $(prefix)/lib/unicon/gb |