summaryrefslogtreecommitdiff
path: root/devel/automake/files/patch-doc::Makefile.in
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2012-05-11 20:38:09 +0000
committerAde Lovett <ade@FreeBSD.org>2012-05-11 20:38:09 +0000
commit6d726b6c09094afd97f1528cfff8b27850279b0d (patch)
treeef9d4da0741b49a6a207e85f9ad78b89c296fdf5 /devel/automake/files/patch-doc::Makefile.in
parentTweak COMMENT lines to indicate the legacy nature of these two ports. (diff)
Update autoconf to 2.69 and automake to 1.12
PR: 166836 Tested by: Multiple -exp runs (pav)
Notes
Notes: svn path=/head/; revision=296454
Diffstat (limited to 'devel/automake/files/patch-doc::Makefile.in')
-rw-r--r--devel/automake/files/patch-doc::Makefile.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/automake/files/patch-doc::Makefile.in b/devel/automake/files/patch-doc::Makefile.in
deleted file mode 100644
index 17a9dc7f012c..000000000000
--- a/devel/automake/files/patch-doc::Makefile.in
+++ /dev/null
@@ -1,26 +0,0 @@
---- doc/Makefile.in.orig Sun Mar 7 09:04:33 2004
-+++ doc/Makefile.in Sun Mar 14 17:12:32 2004
-@@ -53,3 +53,3 @@
- DIST_SOURCES =
--INFO_DEPS = $(srcdir)/automake.info
-+INFO_DEPS = $(srcdir)/automake-@APIVERSION@.info
- TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex
-@@ -135,3 +136,3 @@
- target_alias = @target_alias@
--info_TEXINFOS = automake.texi
-+info_TEXINFOS = automake-@APIVERSION@.texi
- automake_TEXINFOS = fdl.texi
-@@ -142,3 +143,3 @@
-
--TAGS_DEPENDENCIES = automake.texi
-+TAGS_DEPENDENCIES = automake-@APIVERSION@.texi
- all: all-am
-@@ -222,5 +223,5 @@
- $(srcdir)/version.texi: $(srcdir)/stamp-vti
--$(srcdir)/stamp-vti: automake.texi $(top_srcdir)/configure
-- @(dir=.; test -f ./automake.texi || dir=$(srcdir); \
-- set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake.texi`; \
-+$(srcdir)/stamp-vti: automake-@APIVERSION@.texi $(top_srcdir)/configure
-+ @(dir=.; test -f ./automake-@APIVERSION@.texi || dir=$(srcdir); \
-+ set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake-@APIVERSION@.texi`; \
- echo "@set UPDATED $$1 $$2 $$3"; \