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 | |
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')
-rw-r--r-- | textproc/iiimf-client-lib/Makefile | 1 | ||||
-rw-r--r-- | textproc/iiimf-client-lib/pkg-plist | 3 | ||||
-rw-r--r-- | textproc/iiimf-le-unit/Makefile | 6 |
3 files changed, 10 insertions, 0 deletions
diff --git a/textproc/iiimf-client-lib/Makefile b/textproc/iiimf-client-lib/Makefile index 58b583a58ac0..5ea1b2a7203e 100644 --- a/textproc/iiimf-client-lib/Makefile +++ b/textproc/iiimf-client-lib/Makefile @@ -7,6 +7,7 @@ PORTNAME= client-lib PORTVERSION= 12.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- diff --git a/textproc/iiimf-client-lib/pkg-plist b/textproc/iiimf-client-lib/pkg-plist index 95711009b635..ee9b429303d4 100644 --- a/textproc/iiimf-client-lib/pkg-plist +++ b/textproc/iiimf-client-lib/pkg-plist @@ -1,3 +1,6 @@ +bin/parsertest +bin/arithtest +bin/flowtest include/iiim/iiimcf.h lib/libiiimcf.so.3 lib/libiiimcf.so 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> |