head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.12.03.43.35; author ryoon; state Exp; branches; next ; commitid 2m59YBR1kiEvBiRG; desc @@ 1.1 log @multimedia/ffmpeg9: import ffmpeg9-9.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 9. @ text @$NetBSD: patch-Makefile,v 1.1 2025/08/22 16:42:06 wiz 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 @