git: e88c1535d224 - main - devel/py-hidraw: Fix staging with python 3.8
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Apr 28 11:07:18 UTC 2021
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e88c1535d224b5e34655e72ea38c21030cf1aeb7
commit e88c1535d224b5e34655e72ea38c21030cf1aeb7
Author: Emanuel Haupt <ehaupt at FreeBSD.org>
AuthorDate: 2021-04-28 11:06:08 +0000
Commit: Emanuel Haupt <ehaupt at FreeBSD.org>
CommitDate: 2021-04-28 11:06:51 +0000
devel/py-hidraw: Fix staging with python 3.8
Notified by: pkg-fallout
---
devel/py-hidraw/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/py-hidraw/Makefile b/devel/py-hidraw/Makefile
index f8ef2c2720e0..08abea4e18e4 100644
--- a/devel/py-hidraw/Makefile
+++ b/devel/py-hidraw/Makefile
@@ -2,6 +2,7 @@
PORTNAME= hidraw
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,6 +23,6 @@ IGNORE= requires FreeBSD 13 or later with hidraw support
.endif
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hidraw/_hidraw.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hidraw/_hidraw*.so
.include <bsd.port.post.mk>
More information about the dev-commits-ports-all
mailing list