diff options
author | heinz <heinz> | 2007-08-23 20:50:52 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-08-23 20:50:52 +0000 |
commit | a14788a7da110f82fbc645c253b69e3b29a7aed0 (patch) | |
tree | cd6cb24e7ee4c6303087d8a15d4d852d7a6dc615 | |
parent | 01b0d485e40162fbcd0988cac0091f679dab9794 (diff) | |
download | pkgsrc-a14788a7da110f82fbc645c253b69e3b29a7aed0.tar.gz |
The package supports installation to DESTDIR.
-rw-r--r-- | devel/py-gobject/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-cairo/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile index 62cd4f0f3d8..8c6a4ac6ab1 100644 --- a/devel/py-gobject/Makefile +++ b/devel/py-gobject/Makefile @@ -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 --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index d34d49a7a78..2f03c4e013f 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -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 @@ MAINTAINER= leuzi@trash.net 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 |