diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 1e53090cc228edde244c3b79950271b8ca469b1f (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /inputmethod/ja-freewnn-lib | |
parent | 0bc53217fe50327f0f59e7136db15f92f75951d9 (diff) | |
download | pkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'inputmethod/ja-freewnn-lib')
-rw-r--r-- | inputmethod/ja-freewnn-lib/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ja-freewnn-lib/Makefile.common b/inputmethod/ja-freewnn-lib/Makefile.common index b4b21e18d2b..27a46a78a46 100644 --- a/inputmethod/ja-freewnn-lib/Makefile.common +++ b/inputmethod/ja-freewnn-lib/Makefile.common @@ -1,8 +1,7 @@ -# $NetBSD: Makefile.common,v 1.5 2003/07/29 21:13:19 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.6 2004/01/20 12:18:53 agc 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/ \ @@ -14,6 +13,7 @@ PATCHFILES= patch-1.1.0-a01.gz PATCH_DIST_STRIP= -p2 DIST_SUBDIR= freewnn +WRKSRC= ${WRKDIR}/Xsi INSTALL_TARGET= install install.man .include "../../mk/bsd.prefs.mk" |