diff options
author | obache <obache> | 2011-05-04 10:01:02 +0000 |
---|---|---|
committer | obache <obache> | 2011-05-04 10:01:02 +0000 |
commit | 16ca8aea5b00033cbcb638e8bc852011df3ebb08 (patch) | |
tree | a4d1f5bbb64cbc97fb5b894e09a53fda5ad6268e /lang | |
parent | 0491fb8cbc3e0fd410410946b1c820e4a3d1f863 (diff) | |
download | pkgsrc-16ca8aea5b00033cbcb638e8bc852011df3ebb08.tar.gz |
also put PYLIB in PLIST_SUBST, a part of PR#44826.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/extension.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/extension.mk b/lang/python/extension.mk index 766df7ac91b..3d6c92644de 100644 --- a/lang/python/extension.mk +++ b/lang/python/extension.mk @@ -1,4 +1,4 @@ -# $NetBSD: extension.mk,v 1.28 2010/07/24 00:57:17 gdt Exp $ +# $NetBSD: extension.mk,v 1.29 2011/05/04 10:01:02 obache Exp $ .include "../../lang/python/pyversion.mk" @@ -49,5 +49,5 @@ INSTALL_ENV+= PKGSRC_PYTHON_NO_EGG=defined .endif .if defined(PY_PATCHPLIST) -PLIST_SUBST+= PYINC=${PYINC} PYSITELIB=${PYSITELIB} +PLIST_SUBST+= PYINC=${PYINC} PYLIB=${PYLIB} PYSITELIB=${PYSITELIB} .endif |