diff options
author | ume <ume@FreeBSD.org> | 2007-03-31 14:52:40 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-03-31 14:52:40 +0800 |
commit | 51d77977bacd68982ee1ab7f4a46b1c858c53b17 (patch) | |
tree | f9834d45b12279d26f5182a6c97f63079698cef0 /textproc/scim-table-imengine | |
parent | 3f62135c486400ce7decb229170d91c23d267277 (diff) | |
download | freebsd-ports-gnome-51d77977bacd68982ee1ab7f4a46b1c858c53b17.tar.gz freebsd-ports-gnome-51d77977bacd68982ee1ab7f4a46b1c858c53b17.tar.zst freebsd-ports-gnome-51d77977bacd68982ee1ab7f4a46b1c858c53b17.zip |
Fix plist after upgrading scim to 1.4.5.
scim-1.4.5 appended its version to the moduledir in scim.pc.
Diffstat (limited to 'textproc/scim-table-imengine')
-rw-r--r-- | textproc/scim-table-imengine/Makefile | 2 | ||||
-rw-r--r-- | textproc/scim-table-imengine/pkg-plist | 14 |
2 files changed, 7 insertions, 9 deletions
diff --git a/textproc/scim-table-imengine/Makefile b/textproc/scim-table-imengine/Makefile index 04ae95af65c1..0ac2816d8a42 100644 --- a/textproc/scim-table-imengine/Makefile +++ b/textproc/scim-table-imengine/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-table-imengine PORTVERSION= 0.5.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=scim diff --git a/textproc/scim-table-imengine/pkg-plist b/textproc/scim-table-imengine/pkg-plist index b93d72c4218f..2c03bf7675a7 100644 --- a/textproc/scim-table-imengine/pkg-plist +++ b/textproc/scim-table-imengine/pkg-plist @@ -1,10 +1,10 @@ bin/scim-make-table -lib/scim-1.0/IMEngine/table.a -lib/scim-1.0/IMEngine/table.la -lib/scim-1.0/IMEngine/table.so -lib/scim-1.0/SetupUI/table-imengine-setup.a -lib/scim-1.0/SetupUI/table-imengine-setup.la -lib/scim-1.0/SetupUI/table-imengine-setup.so +lib/scim-1.0/1.4.0/IMEngine/table.a +lib/scim-1.0/1.4.0/IMEngine/table.la +lib/scim-1.0/1.4.0/IMEngine/table.so +lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.a +lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.la +lib/scim-1.0/1.4.0/SetupUI/table-imengine-setup.so share/scim/icons/table.png share/locale/zh_CN/LC_MESSAGES/scim-tables.mo share/locale/zh_TW/LC_MESSAGES/scim-tables.mo @@ -33,8 +33,6 @@ share/locale/pa/LC_MESSAGES/scim-tables.mo %%SKIM%%@dirrmtry share/apps/skim %%SKIM%%@dirrmtry share/config.kcfg %%SKIM%%@dirrmtry share/services/skimconfiguredialog -@dirrmtry lib/scim-1.0/IMEngine -@dirrmtry lib/scim-1.0/SetupUI @dirrmtry share/locale/zh_TW/LC_MESSAGES @dirrmtry share/locale/zh_TW @dirrmtry share/locale/zh_CN/LC_MESSAGES |