pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc The package supports installation to DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/512fc9aa255b
branches:  trunk
changeset: 532585:512fc9aa255b
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Aug 23 20:50:52 2007 +0000

description:
The package supports installation to DESTDIR.

diffstat:

 devel/py-gobject/Makefile  |  4 +++-
 graphics/py-cairo/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 322e4e54a230 -r 512fc9aa255b devel/py-gobject/Makefile
--- a/devel/py-gobject/Makefile Thu Aug 23 20:43:42 2007 +0000
+++ b/devel/py-gobject/Makefile Thu Aug 23 20:50:52 2007 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2007/04/10 16:42:57 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2007/08/23 20:56:08 heinz Exp $
 #
 
 PKGNAME=               ${PYPKGPREFIX}-gobject-2.12.3
 
 PKGREVISION=   1
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 .include "Makefile.common"
 
 post-patch:
diff -r 322e4e54a230 -r 512fc9aa255b graphics/py-cairo/Makefile
--- a/graphics/py-cairo/Makefile        Thu Aug 23 20:43:42 2007 +0000
+++ b/graphics/py-cairo/Makefile        Thu Aug 23 20:50:52 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/04/02 07:38:00 obache Exp $
+# $NetBSD: Makefile,v 1.8 2007/08/23 20:50:52 heinz Exp $
 #
 
 DISTNAME=              pycairo-1.4.0
@@ -10,6 +10,8 @@
 HOMEPAGE=              http://cairographics.org/pycairo/
 COMMENT=               Python bindings for cairo
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config



Home | Main Index | Thread Index | Old Index