diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
commit | 535add65ac98d0ca871df3e8438ff56ba9129bcc (patch) | |
tree | 760c5b47c254af152605b0ddb356af68f100067f /print/tex | |
parent | cf82726b69e5f993c5b9268a80d7dfc84ac09b31 (diff) | |
download | ports-535add65ac98d0ca871df3e8438ff56ba9129bcc.tar.gz ports-535add65ac98d0ca871df3e8438ff56ba9129bcc.zip |
grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
Notes
Notes:
svn path=/head/; revision=20902
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 5cdc35a126f5..a585e6a2d5ba 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.32 1997/12/15 02:19:01 jmz Exp $ +# $Id: Makefile,v 1.33 1999/01/29 03:09:05 jmz 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: |