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/51e267ae9c5a
branches:  trunk
changeset: 534497:51e267ae9c5a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 24 15:00:41 2007 +0000

description:
Supports DESTDIR.

diffstat:

 textproc/py-libxslt/Makefile |  4 +++-
 x11/py-gnome2/Makefile       |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r ad4ce7d2b3c4 -r 51e267ae9c5a textproc/py-libxslt/Makefile
--- a/textproc/py-libxslt/Makefile      Wed Oct 24 14:39:59 2007 +0000
+++ b/textproc/py-libxslt/Makefile      Wed Oct 24 15:00:41 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2007/08/31 17:29:52 drochner Exp $
+# $NetBSD: Makefile,v 1.28 2007/10/24 15:02:14 joerg Exp $
 
 DISTNAME=      libxslt-1.1.22
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://xmlsoft.org/XSLT/
 COMMENT=       Python wrapper for libxslt
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 DEPENDS+=      ${PYPKGPREFIX}-libxml2>=2.6.8:../../textproc/py-libxml2
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/python
diff -r ad4ce7d2b3c4 -r 51e267ae9c5a x11/py-gnome2/Makefile
--- a/x11/py-gnome2/Makefile    Wed Oct 24 14:39:59 2007 +0000
+++ b/x11/py-gnome2/Makefile    Wed Oct 24 15:00:41 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2007/09/21 13:04:44 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2007/10/24 15:00:41 joerg Exp $
 #
 
 DISTNAME=      gnome-python-2.18.2
@@ -12,6 +12,8 @@
 HOMEPAGE=      http://www.gnome.org/
 COMMENT=       Python binding for GNOME2
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 PY_PATCHPLIST= YES
 USE_LIBTOOL=   YES
 PKGCONFIG_OVERRIDE+=   gnome-python-2.0.pc.in



Home | Main Index | Thread Index | Old Index