diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-03-28 19:39:53 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-03-28 19:39:53 +0800 |
commit | 193f1d39fbc0c1099ba802267cd742f9bafdfb45 (patch) | |
tree | a5fe9b3868d570b32a661a222f2ed78ce7268168 | |
parent | df8d424e3181a5d104284ba99d3d711b08cc67ef (diff) | |
download | freebsd-ports-gnome-193f1d39fbc0c1099ba802267cd742f9bafdfb45.tar.gz freebsd-ports-gnome-193f1d39fbc0c1099ba802267cd742f9bafdfb45.tar.zst freebsd-ports-gnome-193f1d39fbc0c1099ba802267cd742f9bafdfb45.zip |
Fix pkg-plist.
-rw-r--r-- | japanese/uim-anthy/Makefile | 2 | ||||
-rw-r--r-- | japanese/uim-anthy/pkg-plist | 3 | ||||
-rw-r--r-- | textproc/uim-qt/pkg-plist | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile index f9f4ed7aa688..37e2e457fc1b 100644 --- a/japanese/uim-anthy/Makefile +++ b/japanese/uim-anthy/Makefile @@ -21,8 +21,6 @@ USE_GNOME= gtk20 LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \ uim.4:${PORTSDIR}/textproc/uim -BROKEN= Incomplete pkg-plist - MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} CONFIGURE_ARGS= --with-anthy diff --git a/japanese/uim-anthy/pkg-plist b/japanese/uim-anthy/pkg-plist index d517a267797d..b1eab819f6fe 100644 --- a/japanese/uim-anthy/pkg-plist +++ b/japanese/uim-anthy/pkg-plist @@ -2,6 +2,7 @@ lib/uim/plugin/libuim-anthy.a lib/uim/plugin/libuim-anthy.la lib/uim/plugin/libuim-anthy.so -%%X11%%share/uim/helperdata/uim-dict-ui.xml +%%X11%%%%DATADIR%%/helperdata/uim-dict-ui.xml +@dirrmtry %%X11%%%%DATADIR%%/helperdata @exec uim-module-manager --register anthy @unexec uim-module-manager --unregister anthy diff --git a/textproc/uim-qt/pkg-plist b/textproc/uim-qt/pkg-plist index 5603b09cb79f..e4f22898f116 100644 --- a/textproc/uim-qt/pkg-plist +++ b/textproc/uim-qt/pkg-plist @@ -4,4 +4,5 @@ bin/uim-pref-qt bin/uim-toolbar-qt libexec/uim-candwin-qt %%DATADIR%%/helperdata/bushu.t +@dirrmtry %%DATADIR%%/helperdata share/locale/ja/LC_MESSAGES/uim-chardict-qt.mo |