Skip to content

Commit

Permalink
devel/py-hidraw: Fix staging with python 3.8
Browse files Browse the repository at this point in the history
Notified by:	pkg-fallout
  • Loading branch information
ehaupt committed Apr 28, 2021
1 parent bfe72ae commit e88c153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/py-hidraw/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= hidraw
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand All @@ -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>

0 comments on commit e88c153

Please sign in to comment.