diff options
author | daichi <daichi@FreeBSD.org> | 2005-05-27 15:11:17 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2005-05-27 15:11:17 +0800 |
commit | fe92c06a738420ce0bfad7a7a42ff739ed948a65 (patch) | |
tree | 5195a012567ccd12cd98c435648a93818f1fff11 /textproc/iiimf-le-unit | |
parent | 5002b82afde5e2da55ec31e581acf618ceb84743 (diff) | |
download | freebsd-ports-gnome-fe92c06a738420ce0bfad7a7a42ff739ed948a65.tar.gz freebsd-ports-gnome-fe92c06a738420ce0bfad7a7a42ff739ed948a65.tar.zst freebsd-ports-gnome-fe92c06a738420ce0bfad7a7a42ff739ed948a65.zip |
IIIMF-related ports: fix build fail
Pointed out by: pointyhat via kris
Reviewed by: ozawa@ongs.co.jp
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> |