svn commit: r559081 - head/converters/py-bsdconv

Dima Panov fluffy at FreeBSD.org
Thu Dec 24 13:26:56 UTC 2020


Author: fluffy
Date: Thu Dec 24 13:26:55 2020
New Revision: 559081
URL: https://svnweb.freebsd.org/changeset/ports/559081

Log:
  converters/py-bsdconv: switch to PYTHON_EXT_SUFFIX

Modified:
  head/converters/py-bsdconv/Makefile
  head/converters/py-bsdconv/pkg-plist

Modified: head/converters/py-bsdconv/Makefile
==============================================================================
--- head/converters/py-bsdconv/Makefile	Thu Dec 24 13:25:54 2020	(r559080)
+++ head/converters/py-bsdconv/Makefile	Thu Dec 24 13:26:55 2020	(r559081)
@@ -26,6 +26,6 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/setup.py
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/bsdconv.so
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/bsdconv*.so
 
 .include <bsd.port.mk>

Modified: head/converters/py-bsdconv/pkg-plist
==============================================================================
--- head/converters/py-bsdconv/pkg-plist	Thu Dec 24 13:25:54 2020	(r559080)
+++ head/converters/py-bsdconv/pkg-plist	Thu Dec 24 13:26:55 2020	(r559081)
@@ -1 +1 @@
-%%PYTHON_SITELIBDIR%%/bsdconv.so
+%%PYTHON_SITELIBDIR%%/bsdconv%%PYTHON_EXT_SUFFIX%%.so


More information about the svn-ports-all mailing list