diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-06-25 09:35:38 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-06-25 09:35:38 +0000 |
commit | 6d711ae78680783c7d5bed15c262d5d2ee19b1c7 (patch) | |
tree | 50691c46d0df660553fc1f01f9b9b6a3a71e7d0d /multimedia/ffmpeg | |
parent | 62fbb7f298d06b4b2a8ca553af5a3c8f49496f53 (diff) | |
download | ports-6d711ae78680783c7d5bed15c262d5d2ee19b1c7.tar.gz ports-6d711ae78680783c7d5bed15c262d5d2ee19b1c7.zip |
Notes
Diffstat (limited to 'multimedia/ffmpeg')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 51c38c6bb5de..c347e415ce0f 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -104,7 +104,7 @@ DOC_FILES= CREDITS INSTALL LICENSE MAINTAINERS README RELEASE # under doc subdirectory DOC_DOCFILES= APIchanges TODO avutil.txt build_system.txt \ developer.html faq.html fate.txt ffmpeg-mt-authorship.txt \ - ffmpeg.html ffprobe.html ffserver.html general.html \ + ffmpeg.html ffprobe.html general.html \ git-howto.txt issue_tracker.txt libavfilter.html \ multithreading.txt optimization.txt rate_distortion.txt \ snow.txt soc.txt swscale.txt tablegen.txt viterbi.txt @@ -154,6 +154,7 @@ BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html MAN1+= ffmpeg.1 ffprobe.1 . if !defined(WITHOUT_FFSERVER) MAN1+= ffserver.1 +DOC_DOCFILES+= ffserver.html . endif .endif @@ -292,6 +293,7 @@ USE_SDL+= sdl PLIST_FILES+= bin/ffplay .if !defined(NOPORTDOCS) MAN1+= ffplay.1 +DOC_DOCFILES+= ffplay.html .endif .else CONFIGURE_ARGS+= --disable-ffplay |