diff options
Diffstat (limited to 'textproc/htmltolatex')
-rw-r--r-- | textproc/htmltolatex/Makefile | 11 | ||||
-rw-r--r-- | textproc/htmltolatex/files/patch-StyleTree.cpp | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index dd789803d9a4..9ca4cdebe714 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -3,12 +3,12 @@ PORTNAME= htmltolatex PORTVERSION= 1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= textproc MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fbsd-ports@opsec.eu COMMENT= HTML to LaTeX to PDF Converter LIB_DEPENDS= GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick @@ -21,7 +21,6 @@ MAKE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS} -DUNIX \ `GraphicsMagick++-config --cppflags`" -NO_STAGE= yes post-configure: ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ -e 's,-lMagick,-lGraphicsMagick,g' \ @@ -37,8 +36,8 @@ post-build test: fi do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/h2l ${PREFIX}/bin - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/nmr.tex ${DATADIR} + ${INSTALL_PROGRAM} ${WRKSRC}/h2l ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/nmr.tex ${STAGEDIR}${DATADIR} .include <bsd.port.mk> diff --git a/textproc/htmltolatex/files/patch-StyleTree.cpp b/textproc/htmltolatex/files/patch-StyleTree.cpp index f3cfa566474e..b088552d44ba 100644 --- a/textproc/htmltolatex/files/patch-StyleTree.cpp +++ b/textproc/htmltolatex/files/patch-StyleTree.cpp @@ -12,7 +12,7 @@ $FreeBSD$ + #include "StyleTree.h" #include <stdexcept> -+#include <ostream.h> ++#include <ostream> void StyleTag::set_from_unparsed_string(const string &s) { |