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/b9dd3c4ceeac
branches:  trunk
changeset: 542213:b9dd3c4ceeac
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 08 18:32:19 2008 +0000

description:
Supports DESTDIR

diffstat:

 security/py-cryptkit/Makefile |  4 +++-
 textproc/py-yaml/Makefile     |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 8642e758ad9d -r b9dd3c4ceeac security/py-cryptkit/Makefile
--- a/security/py-cryptkit/Makefile     Thu May 08 15:30:17 2008 +0000
+++ b/security/py-cryptkit/Makefile     Thu May 08 18:32:19 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/09/30 17:45:25 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2008/05/08 18:33:53 joerg Exp $
 
 DISTNAME=      cryptkit-0.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://cryptkit.sourceforge.net/
 COMMENT=       Python Cryptographic Toolkit
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 PYBINMODULE=   yes
 PYDISTUTILSPKG=        yes
 
diff -r 8642e758ad9d -r b9dd3c4ceeac textproc/py-yaml/Makefile
--- a/textproc/py-yaml/Makefile Thu May 08 15:30:17 2008 +0000
+++ b/textproc/py-yaml/Makefile Thu May 08 18:32:19 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/04/25 20:39:13 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2008/05/08 18:32:19 joerg Exp $
 #
 
 DISTNAME=      PyYAML-3.05
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://www.pyyaml.org/
 COMMENT=       Collection of libraries to process YAML with Python
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 PYDISTUTILSPKG=        yes
 
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index