diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-10-08 23:34:02 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-10-08 23:34:02 +0800 |
commit | 9f9a7f31a32467445cc884e391c941a7de2551de (patch) | |
tree | b8b2d14dd3b999fec7cddd732dfd4f99d75edfea /textproc | |
parent | c86e4fcd69ab40d3b807108f081b6e022b2227ad (diff) | |
download | freebsd-ports-gnome-9f9a7f31a32467445cc884e391c941a7de2551de.tar.gz freebsd-ports-gnome-9f9a7f31a32467445cc884e391c941a7de2551de.tar.zst freebsd-ports-gnome-9f9a7f31a32467445cc884e391c941a7de2551de.zip |
- Replace bash with sh in ${WRKSRC}/src/scim-panel-kde.in.
- Correct pkg-message.
PR: ports/84694
Submitted by: chinsan <chinsan.tw@gmail.com>
Approved by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/skim/Makefile | 5 | ||||
-rw-r--r-- | textproc/skim/pkg-message | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile index 017886d3e719..218f9d8cb7de 100644 --- a/textproc/skim/Makefile +++ b/textproc/skim/Makefile @@ -7,7 +7,7 @@ PORTNAME= skim PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= scim @@ -43,6 +43,9 @@ CONFIGURE_ENV+= CXXFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__ ${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib -lintl" .endif +post-patch: + ${REINPLACE_CMD} s,bash,sh,g ${WRKSRC}/src/scim-panel-kde.in + do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./configure diff --git a/textproc/skim/pkg-message b/textproc/skim/pkg-message index a1b31e586427..48765ccbef04 100644 --- a/textproc/skim/pkg-message +++ b/textproc/skim/pkg-message @@ -9,13 +9,18 @@ following ports as needed: Chinese: chinese/scim-tables Table based input methods: Array30, CangJie, Cantonese, Dayi, Erbi, EZ, Jyutping, Simplex, Wubi, Ziranma, ZhuYin - chinese/scim-chinese Smart pinyin + chinese/scim-pinyin Smart pinyin + chinese/scim-chewing Chewing Korean: korean/scim-tables Table based input methods: Hangul, Hanja Japanese: japanese/scim-tables Table based input methods: HIRAGANA, KATAKANA, Nippon + japanese/scim-anthy Anthy + japanese/scim-canna Canna + japanese/scim-skk SKK + japanese/scim-uim UIM You can use the command `skim' to start after properly setting SCIM (please refer to the message displayed by scim installation). |