1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Fix two patches to create against to the actually orignal file. No function

change.

Approved by:	naddy (maintainer)
This commit is contained in:
Jeremy Messenger 2007-04-30 17:47:42 +00:00
parent 7dd9fcc8ba
commit 98786cd777
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191217
2 changed files with 8 additions and 8 deletions

View File

@ -1,14 +1,14 @@
$FreeBSD$
--- Makefile.in.orig
+++ Makefile.in
--- 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 = $(prefix)/share/aclocal
m4datadir = $(datadir)/aclocal
m4data_DATA = ogg.m4
pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfigdir = $(libdir)/pkgconfig

View File

@ -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