diff options
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 |