head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.22.16.42.06; author wiz; state Exp; branches; next ; commitid xLhK5u2ato04kK7G; desc @@ 1.1 log @multimedia/ffmpeg8: import ffmpeg8-8.0 FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library. This package contains major version 8. @ text @$NetBSD: patch-Makefile,v 1.1 2024/04/07 17:50:23 ryoon Exp $ Do "install -c". --- Makefile.orig 2018-04-20 10:02:55.000000000 +0000 +++ Makefile @@@@ -125,7 +125,7 @@@@ install-libs: install-libs-yes install-data: $(DATA_FILES) $(Q)mkdir -p "$(DATADIR)" - $(INSTALL) -m 644 $(DATA_FILES) "$(DATADIR)" + $(INSTALL) -c -m 644 $(DATA_FILES) "$(DATADIR)" uninstall: uninstall-data uninstall-headers uninstall-libs uninstall-pkgconfig @