diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-02-10 21:33:59 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-02-10 21:33:59 +0000 |
commit | 50459dfdadbcb44e80b58a9d4ad381119d38b4ab (patch) | |
tree | 39712ca177a5b44a53d9ded437bd7c752b8158ae | |
parent | 49592eb51256683bbd1e712d9818fb06da09b400 (diff) | |
download | ports-50459dfdadbcb44e80b58a9d4ad381119d38b4ab.tar.gz ports-50459dfdadbcb44e80b58a9d4ad381119d38b4ab.zip |
Notes
-rw-r--r-- | textproc/bibtex2html/Makefile | 3 | ||||
-rw-r--r-- | textproc/bibtex2html/distinfo | 4 | ||||
-rw-r--r-- | textproc/bibtex2html/files/patch-Makefile.in | 20 |
3 files changed, 4 insertions, 23 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 diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo index 304ceebab7f4..f2d0fa473cdc 100644 --- a/textproc/bibtex2html/distinfo +++ b/textproc/bibtex2html/distinfo @@ -1,2 +1,2 @@ -SHA256 (bibtex2html-1.96.tar.gz) = f21dccea4d84e84f97017b0bc6a6ba854c62e6cb87e337c74a3dbc097b1a9482 -SIZE (bibtex2html-1.96.tar.gz) = 90178 +SHA256 (bibtex2html-1.97.tar.gz) = 99b5b66a729fd2928ee4d9d7d8397e36b684def4be9ee2746233006501c8e314 +SIZE (bibtex2html-1.97.tar.gz) = 94887 diff --git a/textproc/bibtex2html/files/patch-Makefile.in b/textproc/bibtex2html/files/patch-Makefile.in deleted file mode 100644 index 6b7da44a9cb4..000000000000 --- a/textproc/bibtex2html/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig 2010-09-28 23:56:25.000000000 -0700 -+++ Makefile.in 2011-04-04 02:06:08.000000000 -0700 -@@ -45,7 +45,7 @@ - FLAGS = $(ZLIBS) $(DEBUG) - PROFILE = - --STRLIB = -cclib -lstr -+STRLIB = - - OBJS = options.cmx html.cmx latexmacros.cmx latexscan.cmx bbl_lexer.cmx \ - bibtex.cmx bibtex_parser.cmx bibtex_lexer.cmx \ -@@ -60,7 +60,7 @@ - bibfilter.cmx latexmacros.cmx latexscan.cmx expand.cmx \ - html.cmx biboutput.cmx version.cmx copying.cmx bib2bib.cmx - --all: @OCAMLBEST@ doc -+all: @OCAMLBEST@ - - opt: bibtex2html$(EXE) bib2bib$(EXE) - |