aboutsummaryrefslogtreecommitdiff
path: root/textproc/htmltolatex
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2008-04-30 12:44:48 +0000
committerMikhail Teterin <mi@FreeBSD.org>2008-04-30 12:44:48 +0000
commit111ab6f695a0db44a4f455e8c45431b0d1c00cd6 (patch)
tree006a1d544a92959d6ddb9a0891fe366d742cf6f4 /textproc/htmltolatex
parentf9082c0cebf031d387dd57afe65693409d09fa1e (diff)
downloadports-111ab6f695a0db44a4f455e8c45431b0d1c00cd6.tar.gz
ports-111ab6f695a0db44a4f455e8c45431b0d1c00cd6.zip
Notes
Diffstat (limited to 'textproc/htmltolatex')
-rw-r--r--textproc/htmltolatex/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile
index b5e716894ac5..60113e06f791 100644
--- a/textproc/htmltolatex/Makefile
+++ b/textproc/htmltolatex/Makefile
@@ -33,7 +33,11 @@ post-configure:
${WRKSRC}/${MAKEFILE}
post-build test:
- cd ${WRKSRC}/QA && ./run_tests
+ @if ! cd ${WRKSRC}/QA && ./run_tests; \
+ then \
+ ${CAT} ${WRKSRC}/QA/*.diff; \
+ exit 1; \
+ fi
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/h2l ${PREFIX}/bin