git: bca2cbc95421 - main - devel/tevent: Fix build by cleaning lib/tevent during post-install
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Aug 2024 10:05:55 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bca2cbc9542171c469cce5064422a1cccae6c9cf
commit bca2cbc9542171c469cce5064422a1cccae6c9cf
Author: Denis Shaposhnikov <dsh@bamus.cz>
AuthorDate: 2024-08-19 10:03:18 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-08-19 10:03:18 +0000
devel/tevent: Fix build by cleaning lib/tevent during post-install
PR: 280875
Reported by: kib@
Approved by: samba (0mp)
---
devel/tevent/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/devel/tevent/Makefile b/devel/tevent/Makefile
index 0ee5368ffd28..0ab8dec78ce6 100644
--- a/devel/tevent/Makefile
+++ b/devel/tevent/Makefile
@@ -64,6 +64,7 @@ post-patch:
post-install:
${RM} ${STAGEDIR}${PREFIX}/lib/tevent/libcmocka-tevent.so
+ ${RM} ${STAGEDIR}${PREFIX}/lib/tevent/libpytalloc-util.cpython-${PYTHON_SUFFIX}-tevent.so
${RMDIR} ${STAGEDIR}${PREFIX}/lib/tevent
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtevent.so