diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-02 13:59:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-02 13:59:33 +0000 |
commit | 151c811bc68bfbdb0dfb767cea96854ba2aa857e (patch) | |
tree | b452a59aec0c2236fc327fcc09a7659080727689 /audio/libvorbis/patches | |
parent | 0c4917e91868550095ecd1d4b0919a939131dedb (diff) | |
download | pkgsrc-151c811bc68bfbdb0dfb767cea96854ba2aa857e.tar.gz |
Install html documentation in share/doc/html instead of share/doc.
By Dieter Baron.
Diffstat (limited to 'audio/libvorbis/patches')
-rw-r--r-- | audio/libvorbis/patches/patch-ae | 13 | ||||
-rw-r--r-- | audio/libvorbis/patches/patch-af | 13 | ||||
-rw-r--r-- | audio/libvorbis/patches/patch-ag | 13 |
3 files changed, 39 insertions, 0 deletions
diff --git a/audio/libvorbis/patches/patch-ae b/audio/libvorbis/patches/patch-ae new file mode 100644 index 00000000000..924dce1c639 --- /dev/null +++ b/audio/libvorbis/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2001/05/02 14:01:44 wiz Exp $ + +--- doc/Makefile.in.orig Mon Apr 30 10:28:33 2001 ++++ doc/Makefile.in Mon Apr 30 10:28:37 2001 +@@ -89,7 +89,7 @@ + + SUBDIRS = vorbisfile vorbisenc + +-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) ++docdir = $(datadir)/doc/html/$(PACKAGE)-$(VERSION) + + doc_DATA = v-comment.html vorbisword2.png white-ogg.png programming.html vorbis.html wait.png white-xifish.png vorbis-clip.txt vorbis-errors.txt + diff --git a/audio/libvorbis/patches/patch-af b/audio/libvorbis/patches/patch-af new file mode 100644 index 00000000000..892a5352cd7 --- /dev/null +++ b/audio/libvorbis/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2001/05/02 14:01:44 wiz Exp $ + +--- doc/vorbisenc/Makefile.in.orig Mon Apr 30 10:35:49 2001 ++++ doc/vorbisenc/Makefile.in +@@ -87,7 +87,7 @@ + + AUTOMAKE_OPTIONS = foreign + +-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisenc ++docdir = $(datadir)/doc/html/$(PACKAGE)-$(VERSION)/vorbisenc + + doc_DATA = index.html overview.html reference.html style.css vorbis_encode_ctl.html vorbis_encode_init.html vorbis_info.html + diff --git a/audio/libvorbis/patches/patch-ag b/audio/libvorbis/patches/patch-ag new file mode 100644 index 00000000000..0717e14301f --- /dev/null +++ b/audio/libvorbis/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2001/05/02 14:01:44 wiz Exp $ + +--- doc/vorbisfile/Makefile.in.orig Mon Apr 30 10:35:48 2001 ++++ doc/vorbisfile/Makefile.in +@@ -87,7 +87,7 @@ + + AUTOMAKE_OPTIONS = foreign + +-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile ++docdir = $(datadir)/doc/html/$(PACKAGE)-$(VERSION)/vorbisfile + + doc_DATA = OggVorbis_File.html chaining_example_c.html chainingexample.html datastructures.html decoding.html example.html exampleindex.html fileinfo.html index.html initialization.html ov_bitrate.html ov_bitrate_instant.html ov_callbacks.html ov_clear.html ov_comment.html ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html ov_raw_tell.html ov_raw_total.html ov_read.html ov_seekable.html ov_serialnumber.html ov_streams.html ov_time_seek.html ov_time_tell.html ov_time_total.html overview.html reference.html seekexample.html seeking.html seeking_test_c.html seekingexample.html style.css vorbis_comment.html vorbis_info.html vorbisfile_example_c.html + |