aboutsummaryrefslogtreecommitdiff
path: root/chinese/ibus-pinyin/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-06-29 22:33:53 +0000
committerXin LI <delphij@FreeBSD.org>2010-06-29 22:33:53 +0000
commit5b525cdd762696489d65f462d452478d6e2cb475 (patch)
tree5f7f59031a29ce2a6da567b8e92a6bad0f2090b7 /chinese/ibus-pinyin/Makefile
parente9213671bf9d1aa07370a18ca9081ebb0d84727e (diff)
downloadports-5b525cdd762696489d65f462d452478d6e2cb475.tar.gz
ports-5b525cdd762696489d65f462d452478d6e2cb475.zip
Update to 1.3.8.
This is based on an earlier patch revised by maintainer but all bugs are mine. Approved by: maintainer timeout Feature safe: yes
Notes
Notes: svn path=/head/; revision=257175
Diffstat (limited to 'chinese/ibus-pinyin/Makefile')
-rw-r--r--chinese/ibus-pinyin/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile
index f48fa6ebde6f..1a4f91396a42 100644
--- a/chinese/ibus-pinyin/Makefile
+++ b/chinese/ibus-pinyin/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ibus-pinyin
-PORTVERSION= 1.2.0.20090915
-PORTREVISION= 3
+PORTVERSION= 1.3.8
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DBTAR}
@@ -26,8 +25,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-dependency-tracking
PROJECTHOST= ibus
-DBVER= 0.1.10.6
-DBTAR= pinyin-database-${DBVER}.tar.bz2
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
@@ -37,8 +34,7 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-post-extract:
- ${MV} ${WRKDIR}/py.db ${WRKSRC}/engine/
- ${TOUCH} ${WRKSRC}/engine/${DBTAR}
+post-patch:
+ @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' ${WRKSRC}/configure
.include <bsd.port.mk>