diff --git a/audio/py-speechrecognition/Makefile b/audio/py-speechrecognition/Makefile
index fc3da770ac0c..12a2b34ace50 100644
--- a/audio/py-speechrecognition/Makefile
+++ b/audio/py-speechrecognition/Makefile
@@ -22,9 +22,7 @@ RUN_DEPENDS=	flac:audio/flac \
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
 
+EXTRACT_AFTER_ARGS=	--exclude speech_recognition/flac-*
 NO_ARCH=	yes
 
-post-patch:
-	@${RM} ${WRKSRC}/speech_recognition/flac-*
-
 .include <bsd.port.mk>