diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-03-31 04:22:10 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-03-31 04:22:10 +0000 |
commit | 26b70157d57a96dfd0598796bd9ef8b61f761b50 (patch) | |
tree | 87fc022d9a0b80f1cb2f952fa5b8db30504d2a51 /japanese/scim-anthy | |
parent | 4a615b9f2fc408e435377c7762ca3f3ca7e4bee2 (diff) | |
download | ports-26b70157d57a96dfd0598796bd9ef8b61f761b50.tar.gz ports-26b70157d57a96dfd0598796bd9ef8b61f761b50.zip |
Notes
Diffstat (limited to 'japanese/scim-anthy')
-rw-r--r-- | japanese/scim-anthy/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-anthy/files/patch-src::Makefile.in | 13 | ||||
-rw-r--r-- | japanese/scim-anthy/pkg-plist | 15 |
3 files changed, 20 insertions, 10 deletions
diff --git a/japanese/scim-anthy/Makefile b/japanese/scim-anthy/Makefile index fab42f7cf7c7..4af8c1af1cf4 100644 --- a/japanese/scim-anthy/Makefile +++ b/japanese/scim-anthy/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-anthy PORTVERSION= 1.2.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR=scim-imengine/22709 diff --git a/japanese/scim-anthy/files/patch-src::Makefile.in b/japanese/scim-anthy/files/patch-src::Makefile.in new file mode 100644 index 000000000000..a20f73c0c202 --- /dev/null +++ b/japanese/scim-anthy/files/patch-src::Makefile.in @@ -0,0 +1,13 @@ +Index: src/Makefile.in +diff -u src/Makefile.in.orig src/Makefile.in +--- src/Makefile.in.orig Mon Nov 13 11:42:58 2006 ++++ src/Makefile.in Sat Mar 31 05:05:47 2007 +@@ -389,7 +389,7 @@ + # Helper Program + # + @SCIM_BUILD_HELPER_TRUE@HELPER_MODULE = anthy-imengine-helper.la +-helpermoduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/Helper ++helpermoduledir = @SCIM_MODULEDIR@/Helper + helpermodule_LTLIBRARIES = $(HELPER_MODULE) + anthy_imengine_helper_la_SOURCES = scim_anthy_helper.cpp + anthy_imengine_helper_la_CFLAGS = @GTK2_CFLAGS@ \ diff --git a/japanese/scim-anthy/pkg-plist b/japanese/scim-anthy/pkg-plist index 61bcf165d873..5b2288ec4374 100644 --- a/japanese/scim-anthy/pkg-plist +++ b/japanese/scim-anthy/pkg-plist @@ -1,12 +1,12 @@ lib/scim-1.0/1.4.0/Helper/anthy-imengine-helper.a lib/scim-1.0/1.4.0/Helper/anthy-imengine-helper.la lib/scim-1.0/1.4.0/Helper/anthy-imengine-helper.so -lib/scim-1.0/IMEngine/anthy.a -lib/scim-1.0/IMEngine/anthy.la -lib/scim-1.0/IMEngine/anthy.so -lib/scim-1.0/SetupUI/anthy-imengine-setup.a -lib/scim-1.0/SetupUI/anthy-imengine-setup.la -lib/scim-1.0/SetupUI/anthy-imengine-setup.so +lib/scim-1.0/1.4.0/IMEngine/anthy.a +lib/scim-1.0/1.4.0/IMEngine/anthy.la +lib/scim-1.0/1.4.0/IMEngine/anthy.so +lib/scim-1.0/1.4.0/SetupUI/anthy-imengine-setup.a +lib/scim-1.0/1.4.0/SetupUI/anthy-imengine-setup.la +lib/scim-1.0/1.4.0/SetupUI/anthy-imengine-setup.so share/locale/ja/LC_MESSAGES/scim-anthy.mo share/scim/Anthy/style/101kana.sty share/scim/Anthy/style/atok.sty @@ -27,6 +27,3 @@ share/scim/Anthy/style/wnn.sty share/scim/icons/scim-anthy.png share/scim/icons/scim-anthy-dict.png share/scim/icons/scim-anthy-swap-colors.png -@dirrmtry lib/scim-1.0/IMEngine -@dirrmtry lib/scim-1.0/SetupUI -@dirrmtry lib/scim-1.0/icons |