diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /textproc/texi2html/files/patch-doc__Makefile.in | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes:
svn path=/head/; revision=363362
Diffstat (limited to 'textproc/texi2html/files/patch-doc__Makefile.in')
-rw-r--r-- | textproc/texi2html/files/patch-doc__Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/texi2html/files/patch-doc__Makefile.in b/textproc/texi2html/files/patch-doc__Makefile.in new file mode 100644 index 000000000000..69d985dd382f --- /dev/null +++ b/textproc/texi2html/files/patch-doc__Makefile.in @@ -0,0 +1,15 @@ +Install into the proper directories. + +--- doc/Makefile.in.orig ++++ doc/Makefile.in +@@ -162,8 +162,8 @@ + #CLEANFILES = texi2html.ps texi2html.pdf texi2html.html \ + # texi2html.ascii + # +-texinfodata = $(datadir)/texinfo +-texinfohtmldir = $(texinfodata)/html ++texinfodata = $(datadir)/doc/texi2html ++texinfohtmldir = $(texinfodata) + texinfohtml_DATA = texi2html.html + + # use the script out of the distribution NOT |