diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-10-05 01:58:14 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-10-05 02:00:35 +0000 |
| commit | 1806222f59d1a596f9dc09e669daf4e84b558a32 (patch) | |
| tree | 17653ac5e975af7925457161f9e81575a6864d67 /lang/python38/Makefile | |
| parent | 1e692f640f58e3b25b829e7f9aff2130fa9b7b06 (diff) | |
Diffstat (limited to 'lang/python38/Makefile')
| -rw-r--r-- | lang/python38/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/python38/Makefile b/lang/python38/Makefile index 516d2c3d821b..010aa6f5ed59 100644 --- a/lang/python38/Makefile +++ b/lang/python38/Makefile @@ -41,9 +41,7 @@ SUB_FILES= pkg-message SUB_LIST= PYTHON_SUFFIX=${PYTHON_SUFFIX} PLIST_SUB= ABI=${ABIFLAGS} \ - XY=${PYTHON_SUFFIX} \ - XYDOT=${PYTHON_VER} \ - XYZDOT=${DISTVERSION} \ + DISTVERSION=${DISTVERSION} \ OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. https://bugs.python.org/issue19554 OPTIONS_DEFINE= DEBUG IPV6 LIBMPDEC LTO NLS PYMALLOC |
