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 | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /inputmethod/xcin/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'inputmethod/xcin/Makefile')
-rw-r--r-- | inputmethod/xcin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/xcin/Makefile b/inputmethod/xcin/Makefile index 4d0ebb671c1..f9dc93fd9c5 100644 --- a/inputmethod/xcin/Makefile +++ b/inputmethod/xcin/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:43:54 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/20 12:18:53 agc Exp $ # DISTNAME= xcin-2.5.3.pre2 PKGNAME= xcin-2.5.3rc2 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/xcin CATEGORIES= chinese x11 MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/ @@ -12,6 +11,7 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://xcin.linux.org.tw/ COMMENT= Chinese XIM server +WRKSRC= ${WRKDIR}/xcin USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes USE_X11BASE= yes |