diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-29 23:52:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-29 23:52:56 +0000 |
commit | 666f6208872b24bd7aa7d97b13b2609691348539 (patch) | |
tree | 53a6cc97d9b096448776fb32bd1adbe9bf5a921a /lang/python | |
parent | 387bf9ad65c57c152b6251fe6fb4648af01e0db5 (diff) | |
download | pkgsrc-666f6208872b24bd7aa7d97b13b2609691348539.tar.gz |
Restore PY_PATCHPLIST line, lost in previous (hi tron!)
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/extension.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/extension.mk b/lang/python/extension.mk index 2b84031b851..a6d5d7cd4ba 100644 --- a/lang/python/extension.mk +++ b/lang/python/extension.mk @@ -1,4 +1,4 @@ -# $NetBSD: extension.mk,v 1.32 2013/10/29 14:18:33 tron Exp $ +# $NetBSD: extension.mk,v 1.33 2013/10/29 23:52:56 wiz Exp $ .include "../../lang/python/pyversion.mk" @@ -24,6 +24,7 @@ _PYSETUPINSTALLARGS= ${PYSETUPINSTALLARGS} ${PYSETUPOPTARGS} ${_PYSETUPTOOLSINST .if ${_USE_DESTDIR} != "no" _PYSETUPINSTALLARGS+= --root=${DESTDIR:Q} .endif +PY_PATCHPLIST?= yes PYSETUPINSTALLARGS?= #empty PYSETUPTESTTARGET?= test PYSETUPTESTARGS?= #empty |