From 2ab9df8e526a51288decc65dbff77d468dd5bad1 Mon Sep 17 00:00:00 2001 From: DPorts Builder Date: Mon, 14 Jul 2014 21:48:52 -0700 Subject: [PATCH] Update textproc/scim-m17n to version 0.2.3_6 --- textproc/scim-m17n/Makefile | 18 ++++++++++++++---- textproc/scim-m17n/pkg-plist | 4 ---- 2 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 textproc/scim-m17n/pkg-plist diff --git a/textproc/scim-m17n/Makefile b/textproc/scim-m17n/Makefile index 476fca2e4bf..249d5ec9e1a 100644 --- a/textproc/scim-m17n/Makefile +++ b/textproc/scim-m17n/Makefile @@ -3,7 +3,7 @@ PORTNAME= scim-m17n PORTVERSION= 0.2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -13,11 +13,21 @@ COMMENT= SCIM IMEngine module which uses m17n library as the backend BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ gsed:${PORTSDIR}/textproc/gsed -LIB_DEPENDS= m17n.4:${PORTSDIR}/devel/m17n-lib +LIB_DEPENDS= libm17n.so:${PORTSDIR}/devel/m17n-lib RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim -USES= gmake pkgconfig +USES= gmake pkgconfig libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +PLIST_FILES= lib/scim-1.0/1.4.0/IMEngine/m17n.a \ + lib/scim-1.0/1.4.0/IMEngine/m17n.so \ + share/scim/icons/scim-m17n.png + +post-patch: + @${REINPLACE_CMD} -e 's|$$(DESTDIR)$$(moduledir)|${STAGEDIR}${PREFIX}/lib/scim-1.0/1.4.0/IMEngine|g' \ + ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|$$(DESTDIR)$$(icondir)|${STAGEDIR}${PREFIX}/share/scim/icons|g' \ + ${WRKSRC}/data/Makefile.in -NO_STAGE= yes .include diff --git a/textproc/scim-m17n/pkg-plist b/textproc/scim-m17n/pkg-plist deleted file mode 100644 index 32220c4f063..00000000000 --- a/textproc/scim-m17n/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/scim-1.0/1.4.0/IMEngine/m17n.a -lib/scim-1.0/1.4.0/IMEngine/m17n.la -lib/scim-1.0/1.4.0/IMEngine/m17n.so -share/scim/icons/scim-m17n.png -- 2.41.0