From 0a254772b731943a5d25645f4f063ce5269a09be Mon Sep 17 00:00:00 2001 From: mezz Date: Mon, 30 Apr 2007 17:47:42 +0000 Subject: Fix two patches to create against to the actually orignal file. No function change. Approved by: naddy (maintainer) --- audio/libvorbis/files/patch-Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/libvorbis/files') diff --git a/audio/libvorbis/files/patch-Makefile.in b/audio/libvorbis/files/patch-Makefile.in index 097a8f0b9b64..054d0867c085 100644 --- a/audio/libvorbis/files/patch-Makefile.in +++ b/audio/libvorbis/files/patch-Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- Makefile.in.orig -+++ Makefile.in +--- 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 = $(prefix)/share/aclocal + m4datadir = $(datadir)/aclocal m4data_DATA = vorbis.m4 - pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfigdir = $(libdir)/pkgconfig -- cgit