aboutsummaryrefslogtreecommitdiff
path: root/textproc/iiimf-le-unit
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2005-05-27 07:11:17 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2005-05-27 07:11:17 +0000
commitad4e7ad44bb2ec611892400f29cb9f6f931ce429 (patch)
tree893c1ca5caf7a4ca8bfd32a8eb88e727f904cc16 /textproc/iiimf-le-unit
parentbabecbcd18b263b1201ca44d984af2e23caec5d4 (diff)
downloadports-ad4e7ad44bb2ec611892400f29cb9f6f931ce429.tar.gz
ports-ad4e7ad44bb2ec611892400f29cb9f6f931ce429.zip
IIIMF-related ports: fix build fail
Pointed out by: pointyhat via kris Reviewed by: ozawa@ongs.co.jp
Notes
Notes: svn path=/head/; revision=136247
Diffstat (limited to 'textproc/iiimf-le-unit')
-rw-r--r--textproc/iiimf-le-unit/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/iiimf-le-unit/Makefile b/textproc/iiimf-le-unit/Makefile
index 20c3d93f887b..4da731cbfc82 100644
--- a/textproc/iiimf-le-unit/Makefile
+++ b/textproc/iiimf-le-unit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= le-unit
PORTVERSION= 12.2
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/
PKGNAMEPREFIX= iiimf-
@@ -56,4 +57,9 @@ do-configure:
@cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} reconfig
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${GMAKE} config
+pre-install:
+ ${REINPLACE_CMD} \
+ -e "/^BUILDDIRS/s,lib/EIMIL,,g" \
+ ${WRKSRC}/Makefile
+
.include <bsd.port.post.mk>