diff options
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 |