diff options
| author | Siva Mahadevan <me@svmhdvn.name> | 2024-09-10 12:58:07 +0200 |
|---|---|---|
| committer | Mikael Urankar <mikael@FreeBSD.org> | 2024-09-10 12:58:07 +0200 |
| commit | c0d07f1127793ffc97a6c1db78423d0d16bdc5ef (patch) | |
| tree | 4cd554743ab67a3ee22110019c366cb9f8ba694f /misc/py-lazrs | |
| parent | 21864bd771b228b769092b58e8a0bbec901ecd9c (diff) | |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503
Diffstat (limited to 'misc/py-lazrs')
| -rw-r--r-- | misc/py-lazrs/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/py-lazrs/Makefile b/misc/py-lazrs/Makefile index 8089a0e3bcd0..2ac9d5036f0f 100644 --- a/misc/py-lazrs/Makefile +++ b/misc/py-lazrs/Makefile @@ -70,7 +70,4 @@ CARGO_INSTALL= no CARGO_TEST= no CARGO_TARGET_DIR= ${WRKSRC}/target -post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lazrs/lazrs${PYTHON_EXT_SUFFIX}.so - .include <bsd.port.mk> |
