mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/py-speechrecognition: Add EXTRACT_AFTER_ARGS
PR: 278748 Reported by: diizzy
This commit is contained in:
parent
bfe1afd576
commit
a38c23598e
1 changed files with 6 additions and 0 deletions
|
@ -24,7 +24,13 @@ USE_PYTHON= autoplist concurrent pep517
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
# Clean up bundled binary executables
|
||||
.if !defined(MAINTAINER_MODE)
|
||||
EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/speech_recognition/flac-* \
|
||||
--no-same-owner --no-same-permissions
|
||||
.else
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/speech_recognition/flac-*
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue