From e99ceadaf6c77b80c19e16d91306e944305b1c88 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 14:45:08 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- biology/ncbi-toolkit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'biology/ncbi-toolkit') diff --git a/biology/ncbi-toolkit/Makefile b/biology/ncbi-toolkit/Makefile index 9298ff20dd6c..81be1572298b 100644 --- a/biology/ncbi-toolkit/Makefile +++ b/biology/ncbi-toolkit/Makefile @@ -41,7 +41,7 @@ post-install: done .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} - @cd ${WRKSRC}/doc && find * | \ + @cd ${WRKSRC}/doc && ${FIND} * | \ ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCDIR} .endif @${SED} -e "s#%%PREFIX%%#${PREFIX}#" ${PKGMESSAGE} -- cgit v1.2.3