diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-28 22:25:07 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-28 22:25:07 +0000 |
commit | db9259f58586dffeef7840bf06c8f8ccab04946a (patch) | |
tree | 9a114e15fbe24d7631fab2d856e41540344eee44 /textproc/texi2html/files/patch-ab | |
parent | Activate the zile port. (diff) |
Upgrade makedepend to 2000.09.07
Upgrade texi2html to 1.64
Update cgihtml's master site
Make Peter Pentchev maintainer.
PR: 21456
Submitted by: "Peter Pentchev" <roam@orbitel.bg> (new maintainer)
Approved by: Ian Vaudrey <i.vaudrey@bigfoot.com> (old maintainer)
Diffstat (limited to 'textproc/texi2html/files/patch-ab')
-rw-r--r-- | textproc/texi2html/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/texi2html/files/patch-ab b/textproc/texi2html/files/patch-ab new file mode 100644 index 000000000000..383bcdf5b6bd --- /dev/null +++ b/textproc/texi2html/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.am.orig Tue Jul 11 13:04:34 2000 ++++ Makefile.am Thu Sep 7 21:52:29 2000 +@@ -8,7 +8,7 @@ + MySimple.pm MySimple.pod version.texi + info_TEXINFOS = texi2html.texi + +-htmldir = $(prefix)/html ++htmldir = $(prefix)/share/doc/texi2html + html_DATA = texi2html.html + + TEXI2HTML = texi2html |