From 0076b8a99826bbbffbb7c25b3e528ab8cf1a7fd5 Mon Sep 17 00:00:00 2001 From: heinz Date: Mon, 30 Apr 2007 11:12:35 +0000 Subject: The package supports installation to DESTDIR. This is pure python module, so USE_LANGUAGES should be empty. --- textproc/py-elementtree/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'textproc/py-elementtree') 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" -- cgit v1.2.3