diff options
author | joerg <joerg@pkgsrc.org> | 2007-10-24 14:39:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-10-24 14:39:59 +0000 |
commit | 4441b6a833ec75b0cc1981817b17644713ba94e8 (patch) | |
tree | 943de5dd64e678fe601ef351c6190b6d3eede691 /textproc/py-libxml2 | |
parent | c953b732ac9b45f3ed8550631da834cc64cb92a7 (diff) | |
download | pkgsrc-4441b6a833ec75b0cc1981817b17644713ba94e8.tar.gz |
Supports DESTDIR.
Diffstat (limited to 'textproc/py-libxml2')
-rw-r--r-- | textproc/py-libxml2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index de98f4921c6..9a9418c4330 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/08/31 17:29:51 drochner Exp $ +# $NetBSD: Makefile,v 1.29 2007/10/24 14:39:59 joerg Exp $ DISTNAME= libxml2-2.6.30 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://xmlsoft.org/ COMMENT= Python wrapper for libxml2 +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${DISTNAME}/python PYDISTUTILSPKG= YES PYBINMODULE= YES |