mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -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
|
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:
|
post-patch:
|
||||||
@${RM} ${WRKSRC}/speech_recognition/flac-*
|
@${RM} ${WRKSRC}/speech_recognition/flac-*
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue