diff options
Diffstat (limited to 'textproc/ibus-table/Makefile')
-rw-r--r-- | textproc/ibus-table/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index 8f02b5a2003c..36ac8dd21993 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ibus-table -PORTVERSION= 1.2.0.20091113 -PORTREVISION= 4 +PORTVERSION= 1.3.0.20100621 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -39,5 +38,6 @@ post-patch: @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|g" ${WRKSRC}/engine/*.py + @${CHMOD} ${BINMODE} ${WRKSRC}/install-sh .include <bsd.port.mk> |