pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pexpect The package supports installation to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02df441ca5d4
branches:  trunk
changeset: 536372:02df441ca5d4
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Dec 11 22:54:04 2007 +0000

description:
The package supports installation to DESTDIR.

diffstat:

 devel/py-pexpect/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 30df46acb2f5 -r 02df441ca5d4 devel/py-pexpect/Makefile
--- a/devel/py-pexpect/Makefile Tue Dec 11 22:41:54 2007 +0000
+++ b/devel/py-pexpect/Makefile Tue Dec 11 22:54:04 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/11/19 10:14:31 tron Exp $
+# $NetBSD: Makefile,v 1.10 2007/12/11 22:54:04 heinz Exp $
 
 DISTNAME=      pexpect-2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://pexpect.sourceforge.net/
 COMMENT=       Pure Python Expect-like module
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 PYDISTUTILSPKG= yes
 PYTHON_VERSIONS_ACCEPTED=      24 23 22 21
 NO_CONFIGURE=  yes



Home | Main Index | Thread Index | Old Index