diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2005-05-27 07:11:17 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2005-05-27 07:11:17 +0000 |
commit | ad4e7ad44bb2ec611892400f29cb9f6f931ce429 (patch) | |
tree | 893c1ca5caf7a4ca8bfd32a8eb88e727f904cc16 /textproc/iiimf-le-unit | |
parent | babecbcd18b263b1201ca44d984af2e23caec5d4 (diff) | |
download | ports-ad4e7ad44bb2ec611892400f29cb9f6f931ce429.tar.gz ports-ad4e7ad44bb2ec611892400f29cb9f6f931ce429.zip |
Notes
Diffstat (limited to 'textproc/iiimf-le-unit')
-rw-r--r-- | textproc/iiimf-le-unit/Makefile | 6 |
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> |