biology/py-pybigwig: Fix poudriere build
Typo in post-install
This commit is contained in:
parent
84861fd7d8
commit
c69e97e63a
2 changed files with 3 additions and 1 deletions
|
@ -144,6 +144,7 @@
|
|||
SUBDIR += py-bx-python
|
||||
SUBDIR += py-crossmap
|
||||
SUBDIR += py-cutadapt
|
||||
SUBDIR += py-deeptoolsintervals
|
||||
SUBDIR += py-dnaio
|
||||
SUBDIR += py-ete3
|
||||
SUBDIR += py-gffutils
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= pyBigWig
|
||||
DISTVERSION= 0.3.18
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= biology python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -16,6 +17,6 @@ USES= localbase python
|
|||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyBigWig.so
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyBigWig.cpython-38.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue