diff options
author | tnn <tnn@pkgsrc.org> | 2022-07-24 22:48:31 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-07-24 22:48:31 +0000 |
commit | 07b00d85be04787dc36cf5a2461522bd53b205fb (patch) | |
tree | 19e23f96a87738d883491cc4f179dd6c8f3ab211 | |
parent | 80a0ae4deab8cac9ffc12b8b4692762887b02df5 (diff) | |
download | pkgsrc-07b00d85be04787dc36cf5a2461522bd53b205fb.tar.gz |
ffmpeg5: try to fix PLIST
-rw-r--r-- | multimedia/ffmpeg5/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/ffmpeg5/PLIST b/multimedia/ffmpeg5/PLIST index 4634601e1f1..85f906c066c 100644 --- a/multimedia/ffmpeg5/PLIST +++ b/multimedia/ffmpeg5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2022/07/24 07:46:02 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/07/24 22:48:31 tnn Exp $ bin/ffmpeg5 bin/ffprobe5 include/ffmpeg5/libavcodec/ac3_parser.h @@ -198,9 +198,9 @@ man/man3/libavformat5.3 man/man3/libavutil5.3 man/man3/libswresample5.3 man/man3/libswscale5.3 -share/doc/ffmpeg5/bootstrap.min.css +${PLIST.doc}share/doc/ffmpeg5/bootstrap.min.css share/doc/ffmpeg5/build_system.txt -share/doc/ffmpeg5/default.css +${PLIST.doc}share/doc/ffmpeg5/default.css ${PLIST.doc}share/doc/ffmpeg5/developer.html share/doc/ffmpeg5/errno.txt ${PLIST.doc}share/doc/ffmpeg5/faq.html @@ -239,7 +239,7 @@ share/doc/ffmpeg5/optimization.txt ${PLIST.doc}share/doc/ffmpeg5/platform.html share/doc/ffmpeg5/rate_distortion.txt share/doc/ffmpeg5/snow.txt -share/doc/ffmpeg5/style.min.css +${PLIST.doc}share/doc/ffmpeg5/style.min.css share/doc/ffmpeg5/swresample.txt share/doc/ffmpeg5/swscale.txt share/doc/ffmpeg5/tablegen.txt |