diff options
author | gerald <gerald@FreeBSD.org> | 2012-02-11 05:33:59 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-02-11 05:33:59 +0800 |
commit | 82c8001617f9c10315782475b35ce344dcb5bfdb (patch) | |
tree | c3bca4ac24f8a19e5363ddc92c832ebd8a8fdcca /textproc/bibtex2html/Makefile | |
parent | 6782e9bdbed697f0076907aba358211d239a9d6e (diff) | |
download | freebsd-ports-gnome-82c8001617f9c10315782475b35ce344dcb5bfdb.tar.gz freebsd-ports-gnome-82c8001617f9c10315782475b35ce344dcb5bfdb.tar.zst freebsd-ports-gnome-82c8001617f9c10315782475b35ce344dcb5bfdb.zip |
Update to bibtex2html 1.97. This brings the following changes:
- Fixed translation of \u{a}, removed incorrect translations of \u{n}
and \u{N} (contributed by Domenico Bianculli).
- bib2bib conditions: support for \u (contributed by Domenico Bianculli).
And it includes two build fixes we can now remove locally.
Diffstat (limited to 'textproc/bibtex2html/Makefile')
-rw-r--r-- | textproc/bibtex2html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index 64eecc4c1ade..1b6e842a2c9e 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bibtex2html -PORTVERSION= 1.96 +PORTVERSION= 1.97 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ @@ -16,6 +16,7 @@ COMMENT= Tools for searching BibTeX and translating from BibTeX to HTML BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-doc MAN1= bibtex2html.1 bib2bib.1 aux2bib.1 PLIST_FILES= bin/aux2bib bin/bib2bib bin/bibtex2html |