summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-09-02 19:51:38 +0000
committerhubertf <hubertf>2001-09-02 19:51:38 +0000
commit08b7166b2a949740f15d6e047bf3b05d569ea6a7 (patch)
tree9c0ff693f7994d160cb2d7943ff40acb0f513bad /print
parent007331267f272b51575f7831be1192520fe0f380 (diff)
downloadpkgsrc-08b7166b2a949740f15d6e047bf3b05d569ea6a7.tar.gz
Ignore warning about stone old LaTeX sources.
XXX I'll rather wait for new teTeX (whenever that's out) instead of touching the guts of teTeX.
Diffstat (limited to 'print')
-rw-r--r--print/hugelatex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/hugelatex/Makefile b/print/hugelatex/Makefile
index 7486bae63a1..96308646118 100644
--- a/print/hugelatex/Makefile
+++ b/print/hugelatex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 17:51:45 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/09/02 19:51:38 hubertf Exp $
#
DISTNAME= hugelatex-1.0
@@ -23,7 +23,7 @@ do-install:
${CP} -p ${TEXMF_CNF} ${TEXMF_CNF}-before-hugelatex
${CAT} ${FILESDIR}/texmf.cnf-add >>${TEXMF_CNF}
cd `dirname ${TEXMF_CNF}`; \
- ${PREFIX}/bin/latex -ini -fmt=hugelatex -progname=hugelatex latex.ini; \
+ echo "" | ${PREFIX}/bin/latex -ini -fmt=hugelatex -progname=hugelatex latex.ini || ${TRUE}; \
${RM} -f texsys.aux
${RM} -f ${PREFIX}/bin/hugelatex
${LN} -s latex ${PREFIX}/bin/hugelatex