aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:26:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:06:32 +0000
commit33e449e1071fd8cc109bde51a811af4f5398dbf3 (patch)
tree31cafd82a79701f93a137e732bb3ccf49e50df1e
parent10758e47dfb3ec1d28ae8d0c9ae36d85c37b31e6 (diff)
downloadports-33e449e1071fd8cc109bde51a811af4f5398dbf3.tar.gz
ports-33e449e1071fd8cc109bde51a811af4f5398dbf3.zip
lang/cython3: Cosmetic change
-rw-r--r--lang/cython3/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/cython3/Makefile b/lang/cython3/Makefile
index 085d1c1a1ce2..323be1177f7d 100644
--- a/lang/cython3/Makefile
+++ b/lang/cython3/Makefile
@@ -18,8 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= compiler:c11 python
USE_PYTHON= allflavors autoplist concurrent distutils
-# bin/cygdb bin/cython bin/cythonize
-CONFLICTS_INSTALL= py*-cython py*-cython-devel
+CONFLICTS_INSTALL= py*-cython py*-cython-devel # bin/cygdb bin/cython bin/cythonize
post-install:
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython -name '*.so' -exec ${STRIP_CMD} {} +