diff options
Diffstat (limited to 'www/youtube_dl/Makefile')
-rw-r--r-- | www/youtube_dl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile index 62ee21fa8555..9b5ca3e40967 100644 --- a/www/youtube_dl/Makefile +++ b/www/youtube_dl/Makefile @@ -39,7 +39,7 @@ RTMPDUMP_RUN_DEPENDS= ${LOCALBASE}/bin/rtmpdump:multimedia/rtmpdump post-extract: @# remove tarball provided version, build our own - @${RM} -f ${WRKSRC}/youtube-dl + @${RM} ${WRKSRC}/youtube-dl post-patch: @${REINPLACE_CMD} -e 's|python devscripts/|${PYTHON_CMD} devscripts/|' ${WRKSRC}/Makefile |