aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-07 21:13:28 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-07 21:13:28 +0000
commit1ac7a6051135776e3d62d6719083dbc77263aa10 (patch)
tree983ca515a28f27a79576f63fb088e3f1f8587f65
parentb538a461b314887fc4b3f02bda41a85f07d67f36 (diff)
downloadports-1ac7a6051135776e3d62d6719083dbc77263aa10.tar.gz
ports-1ac7a6051135776e3d62d6719083dbc77263aa10.zip
devel/py-libcst: Cosmetic change
-rw-r--r--devel/py-libcst/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-libcst/Makefile b/devel/py-libcst/Makefile
index 9e91ec5832b9..08f40b0137cd 100644
--- a/devel/py-libcst/Makefile
+++ b/devel/py-libcst/Makefile
@@ -25,14 +25,13 @@ USES= cargo python:3.7+
USE_PYTHON= autoplist concurrent pep517
BINARY_ALIAS= python3=${PYTHON_CMD}
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}libcst03
-
CARGO_BUILD= no
CARGO_INSTALL= no
CARGO_CARGOLOCK=${WRKSRC}/native/Cargo.lock
CARGO_CARGOTOML=${WRKSRC}/native/Cargo.toml
+CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}libcst03
+
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +