summaryrefslogtreecommitdiff
path: root/inputmethod/ja-freewnn-lib
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /inputmethod/ja-freewnn-lib
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.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.common4
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"