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 /textproc/icu | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/icu')
-rw-r--r-- | textproc/icu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index fced6b4e561..9dbfcdf2e6d 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2004/01/07 02:21:17 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2004/01/20 12:26:49 agc Exp $ # DISTNAME= icu-2.6.1 -WRKSRC= ${WRKDIR}/${PKGBASE}/source CATEGORIES= textproc # # The IBM site has long delays that can cause ftp to timeout. Use the @@ -16,6 +15,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://oss.software.ibm.com/icu/ COMMENT= Robust and full-featured Unicode services +WRKSRC= ${WRKDIR}/${PKGBASE}/source USE_GMAKE= YES USE_BUILDLINK2= YES USE_PKGINSTALL= YES |