summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorheinz <heinz>2007-04-30 11:12:35 +0000
committerheinz <heinz>2007-04-30 11:12:35 +0000
commit6a923531d89188e1fc7505785efab93b8e531a3f (patch)
tree85784338706c5fe2471a59621a9eff77e7b01815 /textproc
parent7017584b44224d16cd9c7e83b7e9fda195b5aeba (diff)
downloadpkgsrc-6a923531d89188e1fc7505785efab93b8e531a3f.tar.gz
The package supports installation to DESTDIR.
This is pure python module, so USE_LANGUAGES should be empty.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-elementtree/Makefile6
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"