diff options
author | pav <pav@FreeBSD.org> | 2006-02-20 18:28:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-02-20 18:28:58 +0800 |
commit | c45354c27a1d951608620689142aa7ffa4e3e8bc (patch) | |
tree | e3f8dc0f911db2a6b550a13f22b143919e4a9d2b /textproc/scim-table-imengine | |
parent | 57dd3e6be0c7a8effaa2466a6a814327bda7fadb (diff) | |
download | freebsd-ports-gnome-c45354c27a1d951608620689142aa7ffa4e3e8bc.tar.gz freebsd-ports-gnome-c45354c27a1d951608620689142aa7ffa4e3e8bc.tar.zst freebsd-ports-gnome-c45354c27a1d951608620689142aa7ffa4e3e8bc.zip |
- Fix the fix; man pages don't go to pkg-plist.
Pointy hat to: lawrance
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 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/scim-table-imengine/Makefile b/textproc/scim-table-imengine/Makefile index 000d0d3f9e04..39c3642213eb 100644 --- a/textproc/scim-table-imengine/Makefile +++ b/textproc/scim-table-imengine/Makefile @@ -24,6 +24,8 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= intlhack +MAN1= scim-make-table.1 + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500035 diff --git a/textproc/scim-table-imengine/pkg-plist b/textproc/scim-table-imengine/pkg-plist index e75070a3e202..3032fa3be5a4 100644 --- a/textproc/scim-table-imengine/pkg-plist +++ b/textproc/scim-table-imengine/pkg-plist @@ -1,7 +1,6 @@ bin/scim-make-table lib/scim-1.0/IMEngine/table.so lib/scim-1.0/SetupUI/table-imengine-setup.so -man/man1/scim-make-table.1 share/scim/icons/table.png share/locale/zh_CN/LC_MESSAGES/scim-tables.mo share/locale/zh_TW/LC_MESSAGES/scim-tables.mo |