diff options
author | roam <roam@FreeBSD.org> | 2005-02-13 06:40:59 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2005-02-13 06:40:59 +0800 |
commit | 7b8f29a0e3ff76d7a774214688ad0be258b0600c (patch) | |
tree | 690bee388e6c206d3de53a4716a6406346e51838 /textproc/texi2html/Makefile | |
parent | da9a25bf3792b150fcfed6081e8037e6326a14e2 (diff) | |
download | freebsd-ports-gnome-7b8f29a0e3ff76d7a774214688ad0be258b0600c.tar.gz freebsd-ports-gnome-7b8f29a0e3ff76d7a774214688ad0be258b0600c.tar.zst freebsd-ports-gnome-7b8f29a0e3ff76d7a774214688ad0be258b0600c.zip |
Revert to the traditional behavior when building split HTML: do not create a
directory and put the files in there, but create all the files in the
current directory with a common prefix instead.
Grrr: in the general direction of the texi2html authors for
throwing backwards compatibility to the wind without so much
as a note in the ChangeLog
Reported by: many people, including kris, WRT build failures on many
different ports which use texi2html :(
Pointy hat to: myself for not at least testing the xboard build ;)
Diffstat (limited to 'textproc/texi2html/Makefile')
-rw-r--r-- | textproc/texi2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index e70e5ca96855..64ae6a5f9941 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -7,7 +7,7 @@ PORTNAME= texi2html PORTVERSION= 1.76 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} |