aboutsummaryrefslogtreecommitdiff
path: root/security/py-sequoia
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2020-12-24 13:46:01 +0000
committerKai Knoblich <kai@FreeBSD.org>2020-12-24 13:46:01 +0000
commit9cb5898561b302d952fec8e2fac66a945a2c4915 (patch)
tree9274631a296b893d582fb8062e2f256a3a8c8d77 /security/py-sequoia
parent7d195372928d0063fee4bc1fcf003eae95a2451e (diff)
downloadports-9cb5898561b302d952fec8e2fac66a945a2c4915.tar.gz
ports-9cb5898561b302d952fec8e2fac66a945a2c4915.zip
Notes
Diffstat (limited to 'security/py-sequoia')
-rw-r--r--security/py-sequoia/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-sequoia/Makefile b/security/py-sequoia/Makefile
index fd7139091430..e5478bb1fbe0 100644
--- a/security/py-sequoia/Makefile
+++ b/security/py-sequoia/Makefile
@@ -28,6 +28,6 @@ GL_COMMIT= 383133f6be990237044900a4df676488bf8dd71e
CFLAGS+= -I${LOCALBASE}/include
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_sequoia.abi3.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_sequoia.abi3*.so
.include <bsd.port.mk>