mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
databases/tdb: use macro PYTHON_EXT_SUFFIX Right Way(TM)
Pointyhat to: fluffy
This commit is contained in:
parent
1e32a23c13
commit
33df62a77c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559166
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --disable-python
|
|||
.else
|
||||
USES+= python:3.4+
|
||||
|
||||
PLIST_FILES+= ${PYTHON_SITELIBDIR}/tdb.${PYTHON_EXT_SUFFIX} \
|
||||
PLIST_FILES+= ${PYTHON_SITELIBDIR}/tdb${PYTHON_EXT_SUFFIX}.so \
|
||||
${PYTHON_SITELIBDIR}/_tdb_text.py
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue