summaryrefslogtreecommitdiff
path: root/print/tex
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-01-29 03:09:05 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-01-29 03:09:05 +0000
commit08874a5ad9d69a80ba89615548a92b5d67350ec2 (patch)
tree33ac90992166bbae3b0087bdb1cf3099cc22cfb9 /print/tex
parentUpgrade: 2.124 -> 2.218 (diff)
Unset all TEX* environment variables before starting the build phase.
PR: ports/9690
Notes
Notes: svn path=/head/; revision=16418
Diffstat (limited to 'print/tex')
-rw-r--r--print/tex/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile
index f364d90db8f8..5cdc35a126f5 100644
--- a/print/tex/Makefile
+++ b/print/tex/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.31 1997/12/11 00:00:20 jmz Exp $
+# $Id: Makefile,v 1.32 1997/12/15 02:19:01 jmz Exp $
#
DISTNAME= web2c-7.1
@@ -21,8 +21,11 @@ EXTRACT_ONLY= web2c-7.1.tar.gz web-7.1.tar.gz tex_base.tar.gz cm_tfm.tar.gz \
USE_GMAKE= yes
-MAKE_FLAGS= fmts= all_mems= -f
+MAKE_FLAGS= fmts= all_mems=
+do-build:
+ @(cd ${WRKSRC}; unset `env|grep ^TEX|sed -e s/=.*//`; \
+ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${ALL_TARGET})
post-install:
@for i in kpsewhich dmp bibtex dvicopy dvitomp dvitype gftodvi gftopk \