summaryrefslogtreecommitdiff
path: root/devel/automake16/files/patch-Makefile.in
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-07-28 06:33:59 +0000
committerAde Lovett <ade@FreeBSD.org>2007-07-28 06:33:59 +0000
commit3b3128196e8706c3616c88df7206b4a27f7b8959 (patch)
tree31433c1d06ed5be6756933b97f6d80a77f17b710 /devel/automake16/files/patch-Makefile.in
parentUpdate to SRC680_m222. (diff)
Update to the autotools new world order.
Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
Notes
Notes: svn path=/head/; revision=196437
Diffstat (limited to 'devel/automake16/files/patch-Makefile.in')
-rw-r--r--devel/automake16/files/patch-Makefile.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/automake16/files/patch-Makefile.in b/devel/automake16/files/patch-Makefile.in
new file mode 100644
index 000000000000..be2ed9f7fe31
--- /dev/null
+++ b/devel/automake16/files/patch-Makefile.in
@@ -0,0 +1,21 @@
+--- Makefile.in.orig Sun Jul 28 10:18:28 2002
++++ Makefile.in Sat Apr 14 15:01:18 2007
+@@ -108,5 +108,5 @@
+ TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex
+-INFO_DEPS = automake.info
++INFO_DEPS = automake-@APIVERSION@.info
+ DVIS = automake.dvi
+-TEXINFOS = automake.texi
++TEXINFOS = automake-@APIVERSION@.texi
+
+@@ -168,4 +168,4 @@
+ @:
+-$(srcdir)/stamp-vti: automake.texi $(top_srcdir)/configure.in
+- @(set `$(SHELL) $(top_srcdir)/lib/mdate-sh $(srcdir)/automake.texi`; \
++$(srcdir)/stamp-vti: automake-@APIVERSION@.texi $(top_srcdir)/configure.in
++ @(set `$(SHELL) $(top_srcdir)/lib/mdate-sh $(srcdir)/automake-@APIVERSION@.texi`; \
+ echo "@set UPDATED $$1 $$2 $$3"; \
+@@ -513,3 +513,2 @@
+ @$(NORMAL_INSTALL)
+- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
+