diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
commit | f725dc8ef5848b5e69ebefdc7c1f1517f26643fb (patch) | |
tree | 61e738084a4bfbaac41e371a863552bfb8c6ed2a /print/tex/Makefile | |
parent | Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. (diff) |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Notes
Notes:
svn path=/head/; revision=93885
Diffstat (limited to 'print/tex/Makefile')
-rw-r--r-- | print/tex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index ba2e8fb1109c..bab59db82c76 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -37,7 +37,7 @@ INFO= kpathsea web2c MAKE_FLAGS= fmts= all_mems= pre-configure: - cd ${WRKDIR} && find . -name \*.gz | xargs gunzip -f + cd ${WRKDIR} && ${FIND} . -name \*.gz | ${XARGS} gunzip -f post-configure: @cd ${WRKSRC}/web2c; \ |