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 /news/nntpcache | |
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 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 14a865fcf0dd..300f8515e598 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -82,7 +82,7 @@ post-install: @ ${CHOWN} -R news:news ${NNTPSPOOLDIR} .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} - @ cd ${WRKSRC} && find ${DOCS} \ + @ cd ${WRKSRC} && ${FIND} ${DOCS} \ | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif |