pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Supports DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad4ce7d2b3c4
branches:  trunk
changeset: 534496:ad4ce7d2b3c4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 24 14:39:59 2007 +0000

description:
Supports DESTDIR.

diffstat:

 databases/py-bsddb3/Makefile |  4 +++-
 net/py-ORBit/Makefile        |  4 +++-
 textproc/py-libxml2/Makefile |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (54 lines):

diff -r 5ac54a423084 -r ad4ce7d2b3c4 databases/py-bsddb3/Makefile
--- a/databases/py-bsddb3/Makefile      Wed Oct 24 14:28:14 2007 +0000
+++ b/databases/py-bsddb3/Makefile      Wed Oct 24 14:39:59 2007 +0000
@@ -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 @@
 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 -r 5ac54a423084 -r ad4ce7d2b3c4 net/py-ORBit/Makefile
--- a/net/py-ORBit/Makefile     Wed Oct 24 14:28:14 2007 +0000
+++ b/net/py-ORBit/Makefile     Wed Oct 24 14:39:59 2007 +0000
@@ -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 @@
 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 -r 5ac54a423084 -r ad4ce7d2b3c4 textproc/py-libxml2/Makefile
--- a/textproc/py-libxml2/Makefile      Wed Oct 24 14:28:14 2007 +0000
+++ b/textproc/py-libxml2/Makefile      Wed Oct 24 14:39:59 2007 +0000
@@ -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 @@
 HOMEPAGE=      http://xmlsoft.org/
 COMMENT=       Python wrapper for libxml2
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 WRKSRC=                ${WRKDIR}/${DISTNAME}/python
 PYDISTUTILSPKG=        YES
 PYBINMODULE=   YES



Home | Main Index | Thread Index | Old Index