pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-elementtree The package supports installat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b0dbdcb2ed1
branches:  trunk
changeset: 528343:0b0dbdcb2ed1
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Mon Apr 30 11:12:35 2007 +0000

description:
The package supports installation to DESTDIR.
This is pure python module, so USE_LANGUAGES should be empty.

diffstat:

 textproc/py-elementtree/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r fdffc90d6ba6 -r 0b0dbdcb2ed1 textproc/py-elementtree/Makefile
--- a/textproc/py-elementtree/Makefile  Mon Apr 30 09:54:27 2007 +0000
+++ b/textproc/py-elementtree/Makefile  Mon Apr 30 11:12:35 2007 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index