Index: head/textproc/bibtex2html/Makefile
===================================================================
--- head/textproc/bibtex2html/Makefile (revision 341144)
+++ head/textproc/bibtex2html/Makefile (revision 341145)
@@ -1,21 +1,29 @@
# Created by: Gerald Pfeifer
# $FreeBSD$
PORTNAME= bibtex2html
PORTVERSION= 1.97
CATEGORIES= textproc print
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/
MAINTAINER= gerald@FreeBSD.org
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
+OPTIONS_DEFINE= PDFDOCS
+PDFDOCS_DESC= ${DOCS_DESC}
-NO_STAGE= yes
+PDFDOCS_CONFIGURE_ENABLE= doc
+PDFDOCS_USE= TEX=latex:build
+PDFDOCS_BUILD_DEPENDS= hevea:${PORTSDIR}/textproc/hevea
+PDFDOCS_INSTALL_TARGET= install install-doc
+
+PORTDOCS= *
+
+PLIST_FILES= bin/aux2bib bin/bib2bib bin/bibtex2html \
+ man/man1/bibtex2html.1.gz man/man1/bib2bib.1.gz man/man1/aux2bib.1.gz
+
.include
Index: head/textproc/bibtex2html/files/patch-Makefile.in
===================================================================
--- head/textproc/bibtex2html/files/patch-Makefile.in (nonexistent)
+++ head/textproc/bibtex2html/files/patch-Makefile.in (revision 341145)
@@ -0,0 +1,22 @@
+--- ./Makefile.in.orig 2012-02-06 09:39:54.000000000 +0000
++++ ./Makefile.in 2014-01-25 22:42:26.000000000 +0000
+@@ -19,16 +19,16 @@
+ #########################################
+
+ # where to put executable files
+-prefix=@prefix@
++prefix=$(DESTDIR)@prefix@
+ exec_prefix=@exec_prefix@
+ BINDIR=@bindir@
+ EXE=@EXE@
+
+ # where to install the man pages
+-MANDIR = @mandir@
++MANDIR = $(DESTDIR)@mandir@
+
+ # where to install the doc
+-DOCDIR = $(prefix)/doc/bibtex2html
++DOCDIR = $(prefix)/share/doc/bibtex2html
+
+ #########################################
+ # End of configuration part
Property changes on: head/textproc/bibtex2html/files/patch-Makefile.in
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property