svn commit: r559166 - head/databases/tdb
Dima Panov
fluffy at FreeBSD.org
Thu Dec 24 14:11:15 UTC 2020
Author: fluffy
Date: Thu Dec 24 14:11:14 2020
New Revision: 559166
URL: https://svnweb.freebsd.org/changeset/ports/559166
Log:
databases/tdb: use macro PYTHON_EXT_SUFFIX Right Way(TM)
Pointyhat to: fluffy
Modified:
head/databases/tdb/Makefile
Modified: head/databases/tdb/Makefile
==============================================================================
--- head/databases/tdb/Makefile Thu Dec 24 13:58:44 2020 (r559165)
+++ head/databases/tdb/Makefile Thu Dec 24 14:11:14 2020 (r559166)
@@ -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
More information about the svn-ports-head
mailing list