Index: head/audio/libogg/files/patch-Makefile.in =================================================================== --- head/audio/libogg/files/patch-Makefile.in (revision 191306) +++ head/audio/libogg/files/patch-Makefile.in (revision 191307) @@ -1,14 +1,14 @@ $FreeBSD$ --- Makefile.in.orig Sun Apr 29 22:40:09 2007 +++ Makefile.in Sun Apr 29 22:40:33 2007 @@ -196,7 +196,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = foreign 1.6 dist-zip -SUBDIRS = src include doc win32 +SUBDIRS = src include $(DOC) win32 - m4datadir = $(datadir)/aclocal + m4datadir = $(prefix)/share/aclocal m4data_DATA = ogg.m4 - pkgconfigdir = $(libdir)/pkgconfig + pkgconfigdir = $(prefix)/libdata/pkgconfig Property changes on: head/audio/libogg/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/audio/libvorbis/files/patch-Makefile.in =================================================================== --- head/audio/libvorbis/files/patch-Makefile.in (revision 191306) +++ head/audio/libvorbis/files/patch-Makefile.in (revision 191307) @@ -1,14 +1,14 @@ $FreeBSD$ --- Makefile.in.orig Sun Apr 29 22:42:17 2007 +++ Makefile.in Sun Apr 29 22:42:36 2007 @@ -217,7 +217,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ AUTOMAKE_OPTIONS = foreign dist-zip -SUBDIRS = lib include doc examples vq +SUBDIRS = lib include $(DOC) examples vq - m4datadir = $(datadir)/aclocal + m4datadir = $(prefix)/share/aclocal m4data_DATA = vorbis.m4 - pkgconfigdir = $(libdir)/pkgconfig + pkgconfigdir = $(prefix)/libdata/pkgconfig Property changes on: head/audio/libvorbis/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property