diff options
author | barner <barner@FreeBSD.org> | 2006-02-06 19:56:36 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2006-02-06 19:56:36 +0800 |
commit | 466027dc0711a6d7cee157ddf6469d4737769afd (patch) | |
tree | 726fb924d95fa8d5f809f3d22f17dd06e9687898 /chinese | |
parent | fa1027b84a3bc7689cb43033ad04e3fe59be888c (diff) | |
download | freebsd-ports-graphics-466027dc0711a6d7cee157ddf6469d4737769afd.tar.gz freebsd-ports-graphics-466027dc0711a6d7cee157ddf6469d4737769afd.tar.zst freebsd-ports-graphics-466027dc0711a6d7cee157ddf6469d4737769afd.zip |
- Remove USE_REINPLACE
- Fix IGNORE line
- Pacify portlint
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
PR: ports/92374
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/iiimf-le-newpy/Makefile | 6 | ||||
-rw-r--r-- | chinese/iiimf-le-ude/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/chinese/iiimf-le-newpy/Makefile b/chinese/iiimf-le-newpy/Makefile index 939a286541c..1ba7eebb28f 100644 --- a/chinese/iiimf-le-newpy/Makefile +++ b/chinese/iiimf-le-newpy/Makefile @@ -12,7 +12,6 @@ CATEGORIES= chinese textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- DISTNAME= iiimf-src-${PORTVERSION} -EXTRACT_SUFX= .tar.bz2 MAINTAINER= ozawa@ongs.co.jp COMMENT= IIIMF New PinYin input method engine @@ -22,7 +21,6 @@ RUN_DEPENDS= iiimd:${PORTSDIR}/textproc/iiimf-server ONLY_FOR_ARCHS= i386 USE_BZIP2= yes -USE_REINPLACE= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env WANT_AUTOHEADER_VER= 259 @@ -45,12 +43,12 @@ PLIST_SUB+= WANT_XAUX="@comment " .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -IGNORE= "It is supported on FreeBSD 5.3 and later" +IGNORE= is supported on FreeBSD 5.3 and later only .endif CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" post-patch: ${REINPLACE_CMD} \ diff --git a/chinese/iiimf-le-ude/Makefile b/chinese/iiimf-le-ude/Makefile index d5705a350a7..b5eb174f7a3 100644 --- a/chinese/iiimf-le-ude/Makefile +++ b/chinese/iiimf-le-ude/Makefile @@ -12,7 +12,6 @@ CATEGORIES= chinese textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- DISTNAME= iiimf-src-${PORTVERSION} -EXTRACT_SUFX= .tar.bz2 MAINTAINER= ozawa@ongs.co.jp COMMENT= IIIMF User Defined language Engine for Simplified Chinese conversion @@ -22,8 +21,7 @@ RUN_DEPENDS= iiimd:${PORTSDIR}/textproc/iiimf-server ONLY_FOR_ARCHS= i386 USE_BZIP2= yes -USE_REINPLACE= yes -USE_GMAKE= yes +USE_GMAKE= yes USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env WANT_AUTOHEADER_VER= 259 @@ -33,7 +31,7 @@ BUILDDIR= ${WRKSRC}/leif .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -IGNORE= It is supported on FreeBSD 5.3 and later. +IGNORE= is supported on FreeBSD 5.3 and later only .endif CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |