diff options
author | sf <sf@FreeBSD.org> | 2005-09-15 21:40:31 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2005-09-15 21:40:31 +0000 |
commit | edbb9409f93ea39b42d676ea4d848108c29d5975 (patch) | |
tree | 8bf18b36dbad25c901bb41ebc0a39527ad61a043 /multimedia/mpeg4ip | |
parent | 75991133f243dfb3522926308ae48f175ffe5773 (diff) | |
download | FreeBSD-ports-edbb9409f93ea39b42d676ea4d848108c29d5975.zip FreeBSD-ports-edbb9409f93ea39b42d676ea4d848108c29d5975.tar.gz |
fix package. non response from maintainer for 2 weeks.
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index e156675..fae1f06 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -46,16 +46,17 @@ OPTIONS= ARTS "Enable Arts Support" Off \ OPTIMIZED_CFLAGS "Enable compilation optimizations" Off \ XVID "Enable XVID Support" On -DOCS_FILES= ${PORTDOCS} +DOC_FILES= ${PORTDOCS} PORTDOCS= MAINREADME.html MP4LIVE_INTERNALS.html MPEG4IP_Guide.pdf \ MP4LIVE_README.html PLAYER_INTERNALS.html PLAYER_README.html \ - ReadingList.txt ReadingList.txt encoding.htm m4rm.html \ + ReadingList.txt encoding.htm m4rm.html \ mp4player.jpg mrm.html pi.html prm.html MAN1= gmp4player.1 mp4creator.1 mp4encode.1 mp4live.1 MAN3= MP4.3 MP4AddAudioTrack.3 MP4AddHintTrack.3 MP4AddODTrack.3 \ MP4AddRtpESConfigurationPacket.3 MP4AddRtpHint.3 MP4AddRtpImmediateData.3 \ MP4AddRtpPacket.3 MP4AddRtpSampleData.3 MP4AddRtpVideoHint.3 \ + MP4AddSceneTrack.3 \ MP4AddSystemsTrack.3 MP4AddTrack.3 MP4AddTrackEdit.3 MP4AddVideoTrack.3 \ MP4AppendHintTrackSdp.3 MP4AppendSessionSdp.3 MP4BinaryToBase16.3 \ MP4BinaryToBase64.3 MP4CloneTrack.3 MP4Close.3 MP4ConvertFromMovieDuration.3 \ |