freebsd-ports/audio/libogg/files/patch-doc_libogg_Makefile.in
Christian Weisgerber df3edeaa8e Update to 1.1.4. From the change log:
* New async error reporting mechanism. Calls made after a fatal error are
  now safely handled in the event an error code is ignored
* Added allocation checks useful to some embedded applications
* fix possible read past end of buffer when reading 0 bits
* Updates to API documentation
2009-07-06 21:22:24 +00:00

15 lines
420 B
Plaintext

$FreeBSD$
--- doc/libogg/Makefile.in.orig 2009-07-06 19:33:41.000000000 +0200
+++ doc/libogg/Makefile.in 2009-07-06 19:33:55.000000000 +0200
@@ -144,7 +144,7 @@ build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
+docdir = $(datadir)/doc/$(PACKAGE)/ogg
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@