summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-10-24 14:39:59 +0000
committerjoerg <joerg@pkgsrc.org>2007-10-24 14:39:59 +0000
commit4441b6a833ec75b0cc1981817b17644713ba94e8 (patch)
tree943de5dd64e678fe601ef351c6190b6d3eede691
parentc953b732ac9b45f3ed8550631da834cc64cb92a7 (diff)
downloadpkgsrc-4441b6a833ec75b0cc1981817b17644713ba94e8.tar.gz
Supports DESTDIR.
-rw-r--r--databases/py-bsddb3/Makefile4
-rw-r--r--net/py-ORBit/Makefile4
-rw-r--r--textproc/py-libxml2/Makefile4
3 files changed, 9 insertions, 3 deletions
diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile
index aeb6511b082..e25211e665c 100644
--- a/databases/py-bsddb3/Makefile
+++ b/databases/py-bsddb3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2007/06/09 05:58:06 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2007/10/24 14:40:53 joerg Exp $
#
DISTNAME= bsddb3-4.5.0
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pybsddb.sourceforge.net/
COMMENT= Python extension module for Berkeley DB 4
+PKG_DESTDIR_SUPPORT= user-destdir
+
PYSETUPBUILDARGS= --berkeley-db=${BUILDLINK_PREFIX.db4}
PYSETUPINSTALLARGS= --berkeley-db=${BUILDLINK_PREFIX.db4}
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile
index 56e26e44fac..0531059e66b 100644
--- a/net/py-ORBit/Makefile
+++ b/net/py-ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/07/09 16:33:43 drochner Exp $
+# $NetBSD: Makefile,v 1.29 2007/10/24 14:46:17 joerg Exp $
#
DISTNAME= pyorbit-2.14.3
@@ -11,6 +11,8 @@ MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Python bindings for ORBit2
+PKG_DESTDIR_SUPPORT= user-destdir
+
PY_PATCHPLIST= YES
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= YES
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