The package supports installation to DESTDIR.
This commit is contained in:
parent
5328e76bd0
commit
27a1a5eca5
1 changed files with 3 additions and 1 deletions
|
@ -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 @@ MAINTAINER= minskim@NetBSD.org
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue