summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2022-05-22 19:32:41 +0000
committerkleink <kleink@pkgsrc.org>2022-05-22 19:32:41 +0000
commitaf9183fb2948a733f56065d780a9e772a366a9b9 (patch)
treec3be72104c76cc3494f079d76f5871e141ca9994 /lang
parent6c1c38c0ca828435adf781270ece2709a161fdf8 (diff)
downloadpkgsrc-af9183fb2948a733f56065d780a9e772a366a9b9.tar.gz
wheel.mk: Also substitute PYVERSSUFFIX for FILES_SUBST.
ok wiz
Diffstat (limited to 'lang')
-rw-r--r--lang/python/wheel.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/python/wheel.mk b/lang/python/wheel.mk
index 1c71305f0c5..6380bfe91d6 100644
--- a/lang/python/wheel.mk
+++ b/lang/python/wheel.mk
@@ -1,4 +1,4 @@
-# $NetBSD: wheel.mk,v 1.6 2022/02/07 15:39:35 wiz Exp $
+# $NetBSD: wheel.mk,v 1.7 2022/05/22 19:32:41 kleink Exp $
#
# Initial mk for building and installing python wheels
#
@@ -55,6 +55,9 @@ PLIST_SUBST+= PYSITELIB=${PYSITELIB}
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
PLIST_SUBST+= WHEEL_INFODIR=${_WHEEL_INFODIR}
+# mostly for ALTERNATIVES files
+FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
+
# from extension.mk
# Python>=3.2 bytecode file location change