summaryrefslogtreecommitdiff
path: root/net/yt-dlp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/yt-dlp/Makefile')
-rw-r--r--net/yt-dlp/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/yt-dlp/Makefile b/net/yt-dlp/Makefile
index 4d7d07564e8..b8b31e9f632 100644
--- a/net/yt-dlp/Makefile
+++ b/net/yt-dlp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2022/08/09 18:11:59 leot Exp $
+# $NetBSD: Makefile,v 1.19 2022/08/15 15:59:57 leot Exp $
-DISTNAME= yt-dlp-2022.8.8
+DISTNAME= yt-dlp-2022.8.14
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yt-dlp/}
# \TODO: create symlink, as mpv makes use of youtube-dl?
@@ -22,5 +22,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_PKG_RESOURCES= yes
+post-install:
+ ${RM} -fr ${DESTDIR}${PREFIX}/${PYSITELIB}/devscripts
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"