diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /inputmethod/skkfep | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'inputmethod/skkfep')
-rw-r--r-- | inputmethod/skkfep/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/skkfep/Makefile b/inputmethod/skkfep/Makefile index ab46df4c00f..c986eb73d00 100644 --- a/inputmethod/skkfep/Makefile +++ b/inputmethod/skkfep/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:43:48 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:18:53 agc Exp $ DISTNAME= skkfep0.86c PKGNAME= skkfep-0.86c -WRKSRC= ${WRKDIR}/skkfep CATEGORIES= japanese inputmethod MASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/skkfep/ @@ -12,7 +11,8 @@ COMMENT= Terminal based SKK-like Kana-to-Kanji FrontEnd Processor BUILD_DEFS+= USE_INET6 -NO_CONFIGURE= +WRKSRC= ${WRKDIR}/skkfep +NO_CONFIGURE= # defined MAKE_ENV= MAKE_FLAGS='EXECBASE=${LOCALBASE} CC=${CC}' DESCR_SRC= ${WRKDIR}/DESCR |