Changeset 81221
- Timestamp:
- 07/26/11 23:00:17 (4 years ago)
- Location:
- trunk/dports/multimedia/ffmpeg-devel
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/multimedia/ffmpeg-devel/Portfile
r80649 r81221 7 7 name ffmpeg-devel 8 8 conflicts ffmpeg 9 version 20110 6289 version 20110726 10 10 license nonfree GPL-2+ LGPL-2.1+ 11 11 categories multimedia … … 14 14 fetch.type git 15 15 git.url git://git.videolan.org/ffmpeg.git 16 git.branch 9e17d051ac9b113b70980373b8489ca469505f3f16 git.branch c617d7b86a69aefafb0a5d6a9f916f9c97974c8f 17 17 18 18 description FFmpeg is a complete solution to play, record, convert and \ … … 120 120 file mkdir ${destroot}${prefix}/share/doc/ffmpeg 121 121 file copy ${worksrcpath}/doc/APIchanges ${destroot}${prefix}/share/doc/ffmpeg 122 file copy ${worksrcpath}/doc/TODO ${destroot}${prefix}/share/doc/ffmpeg123 122 foreach f [glob ${worksrcpath}/doc/*.txt ${worksrcpath}/doc/*.html] { 124 123 file copy $f ${destroot}${prefix}/share/doc/ffmpeg
Note: See TracChangeset
for help on using the changeset viewer.

