diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
commit | 8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch) | |
tree | 90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /print/tex | |
parent | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (diff) | |
download | ports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.tar.gz ports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.zip |
Notes
Diffstat (limited to 'print/tex')
-rw-r--r-- | print/tex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index a585e6a2d5ba..f39c160dbe06 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.33 1999/01/29 03:09:05 jmz Exp $ +# $Id: Makefile,v 1.34 1999/08/23 04:23:37 mharo Exp $ # DISTNAME= web2c-7.1 @@ -24,7 +24,7 @@ USE_GMAKE= yes MAKE_FLAGS= fmts= all_mems= do-build: - @(cd ${WRKSRC}; unset `env|${GREP} ^TEX|sed -e s/=.*//`; \ + @(cd ${WRKSRC}; unset `env|${GREP} ^TEX|${SED} -e s/=.*//`; \ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${ALL_TARGET}) post-install: |