mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Adjust to work with new openpyxl
This commit is contained in:
parent
60fd55715e
commit
2e4f02d791
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371216
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= volatility
|
||||
PORTVERSION= 2.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= http://downloads.volatilityfoundation.org/releases/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -33,6 +33,11 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
|
||||
PYDISTUTILS_INSTALLARGS+=--install-data ${DATADIR}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's,openpyxl.style,openpyxl.styles,' \
|
||||
${WRKSRC}/volatility/plugins/malware/psxview.py \
|
||||
${WRKSRC}/volatility/plugins/timeliner.py
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user