ports/www/py-yt-dlp/files/patch-Makefile
Yuri Victorovich 43a099b094 www/py-yt-dlp: update 2023.12.30 → 2024.03.10
Reported by:	portscout
2024-03-11 02:17:38 -07:00

16 lines
451 B
Text

--- Makefile.orig 2024-03-10 21:00:36 UTC
+++ Makefile
@@ -114,6 +114,13 @@ supportedsites:
supportedsites:
$(PYTHON) devscripts/make_supportedsites.py supportedsites.md
+freebsd-install-all-files:
+ mkdir -p $(PYTHON_SITELIBDIR)
+ for d in $(CODE_FOLDERS) ; do \
+ mkdir -p $(PYTHON_SITELIBDIR)/$$d ;\
+ cp -pPR $$d/*.py $(PYTHON_SITELIBDIR)/$$d/ ;\
+ done
+
README.txt: README.md
pandoc -f $(MARKDOWN) -t plain README.md -o README.txt