diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
commit | 6082ca2e05b85fdb12f2aef925cab45c43bde641 (patch) | |
tree | a0f246c26b50146fa795ed24dbed9fe7377d3238 /audio/nas | |
parent | 3b663578f7f4fadc03c93424b74df4b217f91c8f (diff) | |
download | ports-6082ca2e05b85fdb12f2aef925cab45c43bde641.tar.gz ports-6082ca2e05b85fdb12f2aef925cab45c43bde641.zip |
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Notes
Notes:
svn path=/head/; revision=67236
Diffstat (limited to 'audio/nas')
-rw-r--r-- | audio/nas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index a70ed84e4d6d..049dd9e8e5ff 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -25,7 +25,7 @@ INSTALLS_SHLIB= yes .include "${.CURDIR}/Makefile.man" post-patch: - @find ${WRKSRC} -name '*.[ch]' | xargs \ + @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} \ ${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g" post-install: |