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/py-libxml2/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/py-libxml2/Makefile')
-rw-r--r-- | textproc/py-libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index 19e20d3a9d5..c9340264411 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/04 11:47:17 recht Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:26:50 agc Exp $ DISTNAME= libxml2-2.6.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -WRKSRC= ${WRKDIR}/${DISTNAME}/python CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.6/} EXTRACT_SUFX= .tar.bz2 @@ -11,6 +10,7 @@ MAINTAINER= minskim@bawi.org HOMEPAGE= http://xmlsoft.org/ COMMENT= Python wrapper for libxml2 +WRKSRC= ${WRKDIR}/${DISTNAME}/python PYDISTUTILSPKG= YES USE_BUILDLINK2= YES NO_CONFIGURE= YES |