summaryrefslogtreecommitdiff
path: root/misc/py-apache-beam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-apache-beam/Makefile')
-rw-r--r--misc/py-apache-beam/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-apache-beam/Makefile b/misc/py-apache-beam/Makefile
index 3797cca6493f..b4af6dcbce7f 100644
--- a/misc/py-apache-beam/Makefile
+++ b/misc/py-apache-beam/Makefile
@@ -56,6 +56,6 @@ USE_PYTHON= autoplist concurrent cryptography_test cython distutils pytest # 5 t
post-install:
# strip binaries
- @${FIND} ${STAGEDIR}${PREFIX} -name "*${PYTHON_EXT_SUFFIX}.so" | ${XARGS} ${STRIP_CMD}
+ @${FIND} ${STAGEDIR}${PREFIX} -name "*${PYTHON_TAG}.so" | ${XARGS} ${STRIP_CMD}
.include <bsd.port.mk>