diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | bd104e94125bfe7dfcebf5b4161276a4198449e9 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /inputmethod | |
parent | 7cae7f609b643bad775c5f59251c32e609dbdc0a (diff) | |
download | pkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/canuum/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/ja-freewnn-lib/Makefile.common | 4 | ||||
-rw-r--r-- | inputmethod/libtabe/Makefile | 5 | ||||
-rw-r--r-- | inputmethod/xcin/Makefile | 5 |
4 files changed, 8 insertions, 10 deletions
diff --git a/inputmethod/canuum/Makefile b/inputmethod/canuum/Makefile index 3ceceb2105a..8693da09b67 100644 --- a/inputmethod/canuum/Makefile +++ b/inputmethod/canuum/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2002/10/25 17:13:14 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/29 12:41:23 jmmv Exp $ # DISTNAME= canuum-1.0 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/Canna35b2/canuum CATEGORIES= japanese inputmethod MASTER_SITES= ftp://ftp.nec.co.jp/pub/Canna/Canna35/ DISTFILES= Uum4.109.tar.gz Canna35b2.tar.gz @@ -16,7 +17,6 @@ USE_BUILDLINK2= YES USE_IMAKE= YES USE_X11= YES MAKE_ARGS= PREFIX=${PREFIX} -WRKSRC= ${WRKDIR}/Canna35b2/canuum MAKE_ENV+= CCOPTIONS="${CPPFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}" diff --git a/inputmethod/ja-freewnn-lib/Makefile.common b/inputmethod/ja-freewnn-lib/Makefile.common index e544ee6896b..e23430b1beb 100644 --- a/inputmethod/ja-freewnn-lib/Makefile.common +++ b/inputmethod/ja-freewnn-lib/Makefile.common @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.common,v 1.3 2002/08/25 19:22:56 jlam Exp $ +# $NetBSD: Makefile.common,v 1.4 2003/03/29 12:41:23 jmmv Exp $ # DISTNAME= FreeWnn-1.10 +WRKSRC= ${WRKDIR}/Xsi MASTER_SITES= ftp://ftp.freewnn.org/pub/FreeWnn/ \ ftp://etlport.etl.go.jp/pub/FreeWnn/ \ ftp://ftp.st.ryukoku.ac.jp/pub/japanese-im/FreeWnn/ \ @@ -43,7 +44,6 @@ MAKE_ENV+= "KWNNDIR=${KWNNDIR}" .endif GNU_CONFIGURE= YES -WRKSRC= ${WRKDIR}/Xsi post-patch: @for file in `${FIND} ${WRKSRC} -name Makefile.in`; do \ diff --git a/inputmethod/libtabe/Makefile b/inputmethod/libtabe/Makefile index 514d606aff1..d7d5ba44ff7 100644 --- a/inputmethod/libtabe/Makefile +++ b/inputmethod/libtabe/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/09/23 03:00:01 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:23 jmmv Exp $ # DISTNAME= libtabe-0.2.5 +WRKSRC= ${WRKDIR}/libtabe CATEGORIES= chinese inputmethod MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/ @@ -18,8 +19,6 @@ GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-db-inc=${BUILDLINK_PREFIX.db3}/include/db3 CONFIGURE_ARGS+= --with-db-lib=${BUILDLINK_PREFIX.db3}/lib -WRKSRC= ${WRKDIR}/libtabe - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tabe ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/tabe diff --git a/inputmethod/xcin/Makefile b/inputmethod/xcin/Makefile index f78d9906f24..bc6d58ec950 100644 --- a/inputmethod/xcin/Makefile +++ b/inputmethod/xcin/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2002/12/01 14:38:17 salo Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/29 12:41:23 jmmv Exp $ # DISTNAME= xcin-2.5.3.pre2 PKGNAME= xcin-2.5.3rc2 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/xcin CATEGORIES= chinese x11 MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/ @@ -21,8 +22,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-db-lib=${BUILDLINK_PREFIX.db3}/lib CONFIGURE_ARGS+= --with-db-inc=${BUILDLINK_PREFIX.db3}/include/db3 -WRKSRC= ${WRKDIR}/xcin - post-extract: ${MV} ${WRKSRC}/doc/man ${WRKSRC} |