diff options
author | heinz <heinz@pkgsrc.org> | 2007-04-30 11:12:35 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-04-30 11:12:35 +0000 |
commit | 0076b8a99826bbbffbb7c25b3e528ab8cf1a7fd5 (patch) | |
tree | 85784338706c5fe2471a59621a9eff77e7b01815 | |
parent | 927bdbe953df26dd44079b31c4737001fbaca83a (diff) | |
download | pkgsrc-0076b8a99826bbbffbb7c25b3e528ab8cf1a7fd5.tar.gz |
The package supports installation to DESTDIR.
This is pure python module, so USE_LANGUAGES should be empty.
-rw-r--r-- | textproc/py-elementtree/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/py-elementtree/Makefile b/textproc/py-elementtree/Makefile index 2718913595c..c7b3d3d646c 100644 --- a/textproc/py-elementtree/Makefile +++ b/textproc/py-elementtree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/07 12:48:44 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2007/04/30 11:12:35 heinz Exp $ # DISTNAME= elementtree-1.2.6-20050316 @@ -11,11 +11,15 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://effbot.org/zone/element.htm COMMENT= Read XML and HTML files into trees of Element objects +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml PY_PATCHPLIST= yes PYDISTUTILSPKG= yes PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 +USE_LANGUAGES= # empty + .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |